2015-01-09 06:37:26 +08:00
|
|
|
.TH "NPM\-OUTDATED" "3" "January 2015" "" ""
|
2011-11-27 01:21:03 +08:00
|
|
|
.SH "NAME"
|
2014-09-25 05:41:07 +08:00
|
|
|
\fBnpm-outdated\fR \- Check for outdated packages
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.P
|
|
|
|
.RS 2
|
2014-11-05 07:08:12 +08:00
|
|
|
.nf
|
2011-11-27 01:21:03 +08:00
|
|
|
npm\.commands\.outdated([packages,] callback)
|
2014-11-05 07:08:12 +08:00
|
|
|
.fi
|
2014-09-25 05:41:07 +08:00
|
|
|
.RE
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.P
|
2011-11-27 01:21:03 +08:00
|
|
|
This command will check the registry to see if the specified packages are
|
|
|
|
currently outdated\.
|
|
|
|
.P
|
2014-09-25 05:41:07 +08:00
|
|
|
If the 'packages' parameter is left out, npm will check all packages\.
|
|
|
|
|