summaryrefslogtreecommitdiff
path: root/deps/npm/man/man3/npm-outdated.3
blob: f2fd1f73b70f417a269a4af20f0e1530d636c071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH "NPM\-OUTDATED" "3" "August 2015" "" ""
.SH "NAME"
\fBnpm-outdated\fR \- Check for outdated packages
.SH SYNOPSIS
.P
.RS 2
.nf
npm\.commands\.outdated([packages,] callback)
.fi
.RE
.SH DESCRIPTION
.P
This command will check the registry to see if the specified packages are
currently outdated\.
.P
If the 'packages' parameter is left out, npm will check all packages\.