Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "semver", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "The semantic version parser used by npm.", | ||
@@ -5,0 +5,0 @@ "main": "semver.js", |
@@ -79,3 +79,3 @@ semver(1) -- The semantic versioner for npm | ||
* `~1.2.3` := `>=1.2.3 <1.3.0` | ||
* `~1.2` := `>=1.2.0 <2.0.0` | ||
* `~1.2` := `>=1.2.0 <1.3.0` | ||
* `~1` := `>=1.0.0 <2.0.0` | ||
@@ -82,0 +82,0 @@ * `1.2.x` := `>=1.2.0 <1.3.0` |
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