libnpmdiff

Compare npm package versions and show what changed between them.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

The registry diff

Commands

npm-diff

Examples

see what changed in a package between two versions$ npm-diff pkg@1.0.0 pkg@2.0.0
compare a package version with the latest version$ npm-diff pkg@1.0.0
show differences between two packages from npm registry$ npm-diff package-a@1.2.3 package-b@1.2.3
view file changes in a specific package update$ npm-diff lodash@4.17.20 lodash@4.17.21
compare local package with published version on npm$ npm-diff . pkg@1.0.0