node/deps/npm/man/man3/npm-outdated.3

18 lines
375 B
Groff
Raw Normal View History

.TH "NPM\-OUTDATED" "3" "January 2015" "" ""
.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
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
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\.