3.2.2 • Published 5 years ago
outdatedlog v3.2.2
Outdatedlog

This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog.
Setup
$ npm install -g outdatedlogCommand-line Usage
Show changelogs for all outdated packages
$ outdatedlogShow changelogs for all outdated packages including unwanted versions
$ outdatedlog -aShow changelogs for all outdated global packages
$ outdatedlog -gShow changelogs for an outdated package (ie. with npm)
$ outdatedlog npmShow changelogs for a list of outdated packages (ie. with npm and express)
$ outdatedlog npm express