0.0.6 • Published 1 year ago

print-outdated v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

1.0.0

1 year ago