# npm-diff **Repository Path**: mirrors_watson/npm-diff ## Basic Information - **Project Name**: npm-diff - **Description**: Diff two versions of a node module - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # npm-diff(1) Diff two versions of a node module. ![screenshot](https://i.cloudup.com/RgiBccKvdt.png) ## Installation ```bash $ make install ``` ## Usage ```bash $ npm-diff Usage: npm-diff ``` __npm-diff(1)__ outputs regular __diff(1)__ content so it plays nice with other tooling. ## Tips Page big diffs: ```bash $ npm-diff intersect 0.0.0 0.1.0 | less ``` Pipe to [colordiff](http://www.colordiff.org) for colored git like diffs: ```bash $ npm-diff intersect 0.0.0 0.1.0 | colordiff | less -R ``` ## Sponsors This module is proudly supported by my [Sponsors](https://github.com/juliangruber/sponsors)! Do you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my [Patreon](https://www.patreon.com/juliangruber). Not sure how much of my modules you're using? Try [feross/thanks](https://github.com/feross/thanks)! ## License MIT