semver-extra
Advanced tools
Comparing version 1.0.5 to 2.0.0
{ | ||
"name": "semver-extra", | ||
"version": "1.0.5", | ||
"version": "2.0.0", | ||
"description": "semver-extra contains useful methods that aren't included in the vanilla semver package.", | ||
@@ -35,4 +35,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"semver": "^3.0.0" | ||
"semver": "^4.0.0" | ||
} | ||
} |
@@ -19,3 +19,3 @@ # semver-extra [![NPM version](https://badge.fury.io/js/semver-extra.svg)](http://badge.fury.io/js/semver-extra) [![Build Status](https://travis-ci.org/kaelzhang/node-semver-extra.svg?branch=master)](https://travis-ci.org/kaelzhang/node-semver-extra) [![Dependency Status](https://gemnasium.com/kaelzhang/node-semver-extra.svg)](https://gemnasium.com/kaelzhang/node-semver-extra) | ||
First of all, `semver-extra` contains all methods of [`semver@3.x`](https://www.npmjs.org/package/semver), so we could use `semver-extra` only without the vanilla one. | ||
First of all, `semver-extra` contains all methods of [`semver@4.x`](https://www.npmjs.org/package/semver), so we could use `semver-extra` only without the vanilla one. | ||
@@ -22,0 +22,0 @@ ```js |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Addedsemver@4.3.6(transitive)
- Removedsemver@3.0.1(transitive)
Updatedsemver@^4.0.0