npmdiff

0.2.0 • Public • Published

npmdiff

Build Status

Show changes between versions of a npm package.

screenshot

$ npmdiff foo 1.0.0
$ npmdiff foo 1.0.x ^1.1.0 lib/
$ npmdiff --no-color foo 1.0.0 1.1.0 | less
$ npmdiff --stat foo 1.0.0 1.1.0
$ npmdiff --deps foo 1.0.0 1.1.0

Installation

npm install -g npmdiff

Dependencies

diff and diffstat Unix commands.

Usage

Usage: npmdiff [options] <pkg> <version> [<version>] [--] [<path>]
 
Options:
 
  -h, --help     output usage information
  -V, --version  output the version number
  --stat         generate a diffstat
  --deps         check for dependent packages
  --no-color     turn off colored diff

License

MIT

/npmdiff/

    Package Sidebar

    Install

    npm i npmdiff

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • nkzawa