Lists packages whose latest available version does not satisfy the specification in package.json.


Keywords
latest, version, packages, package, update, outdated, discover, new, upgrade
License
GPL-3.0
Install
npm install npmedge@0.2.2

Documentation

npmedge

Lists packages whose latest available version does not satisfy the specification in package.json.

Overview

  • Lists packages whose latest available version does not satisfy the specification in package.json.
  • Useful when your package.json contains specific versions of packages and you want to check if the specification is outdated thus discovering new versions.

Installation

Install with npm:

$ npm install --global npmedge

CLI

Run npmedge in a folder with package.json file or specify the path to it - run npmedge path/to/your/package.json.

Development

TODO