0.2.0 • Published 9 years ago
npmdiff v0.2.0
npmdiff
Show changes between versions of a npm package.
$ 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