blob: 89f4cf6faa7fd78ed669eba70eb4bdf57889181d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
npm-outdated(3) -- Check for outdated packages
==============================================
## SYNOPSIS
npm.commands.outdated([packages,] callback)
## DESCRIPTION
This command will check the registry to see if the specified packages are
currently outdated.
If the 'packages' parameter is left out, npm will check all packages.
|