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

18 lines
377 B
Groff
Raw Normal View History

2014-09-17 06:38:50 +08:00
.TH "NPM\-OUTDATED" "3" "September 2014" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-outdated\fR \- Check for outdated packages
.SH SYNOPSIS
.P
.RS 2
.EX
npm\.commands\.outdated([packages,] callback)
2014-09-25 05:41:07 +08:00
.EE
.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\.