summaryrefslogtreecommitdiff
path: root/deps/npm/man/man3/npm-outdated.3
blob: 797d47209ccd77e4dd2564a695aa949673ccad6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH "NPM\-OUTDATED" "3" "May 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\.