print-outdated
v0.0.6
Published
Prints outdated packages
Downloads
2
Readme
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