Lines Matching full:outdated
3 title: npm-outdated
4 description: Check for outdated packages
7 # npm-outdated(1)
9 ## Check for outdated packages
14 npm outdated [[<@scope>/]<pkg> ...]
20 packages are currently outdated.
26 you're running `npm outdated --global`, or the package isn't included in
34 `npm outdated` defaults to a depth of 0, so unless you override that, you'll
35 always be seeing only top-level dependencies that are outdated.
46 $ npm outdated
48 glob 5.0.15 5.0.15 6.0.1 test-outdated-output
49 nothingness 0.0.3 git git test-outdated-output
50 npm 3.5.1 3.5.2 3.5.1 test-outdated-output
51 local-dev 0.0.3 linked linked test-outdated-output
52 once 1.3.2 1.3.3 1.3.3 test-outdated-output
71 something immutable, like a commit SHA), or it might not, so `npm outdated` and