print-outdated

0.0.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i print-outdated

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

2.03 kB

Total Files

4

Last publish

Collaborators

  • monkeycat