0.0.6 • Published 2 years ago

print-outdated v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

print-outdated

print-outdated is a Node.js CLI app that prints all outdated Node.js dependencies in a project, together with the current and latest versions.

It is useful for CI systems that don't have access to the npm outdated output of a project.

Installation

npm install --global print-outdated

Usage

cd /path/to/project
npx print-outdated

Output

@apollo/client: 3.7.3 -> 3.7.4 (latest: 3.7.4)
eslint: 8.31.0 -> 8.32.0 (latest: 8.32.0)
ng-mocks: 14.5.2 -> 14.5.3 (latest: 14.5.3)
tslib: 2.4.0 -> 2.4.1 (latest: 2.4.1)

License

MIT

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

3 years ago

1.0.0

3 years ago