outdatedlog

This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog


Keywords
npm, outdated, changelog, change log, nodejs, outdated-packages, update
License
MIT
Install
npm install outdatedlog@3.2.2

Documentation

Outdatedlog Build Status Codacy Badge Known Vulnerabilities

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 outdatedlog

Command-line Usage

Show changelogs for all outdated packages

$ outdatedlog

Show changelogs for all outdated packages including unwanted versions

$ outdatedlog -a

Show changelogs for all outdated global packages

$ outdatedlog -g

Show changelogs for an outdated package (ie. with npm)

$ outdatedlog npm

Show changelogs for a list of outdated packages (ie. with npm and express)

$ outdatedlog npm express