semver-diff : Get the diff type of two semver versions: 0.0.1 0.0.2 ? patch. You can installing semver-diff npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install semver-diff $ sudo npm install -g semver-diff
If want to update the semver-diff package execute the command as below,
$ sudo npm update semver-diff
Update package globally,
$ npm install -g semver-diff
$ sudo git clone https://github.com/rektide/semver-diff.git
$ sudo npm install -g ./semver-diff
semver-diff@2.1.0 /usr/lib/node_modules/semver-diff
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall semver-diff
| Package Name | semver-diff |
| Version | 2.1.0 |
| Description | Get the diff type of two semver versions: 0.0.1 0.0.2 ? patch |
| Released Date | 2015-11-14T12:31:30.545Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/semver-diff/tutorial |