Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "semver", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "The semantic version parser used by npm.", | ||
@@ -5,0 +5,0 @@ "main": "semver.js", |
@@ -8,4 +8,4 @@ semver(1) -- The semantic versioner for npm | ||
semver.valid('1.2.3') // true | ||
semver.valid('a.b.c') // false | ||
semver.valid('1.2.3') // '1.2.3' | ||
semver.valid('a.b.c') // null | ||
semver.clean(' =v1.2.3 ') // '1.2.3' | ||
@@ -12,0 +12,0 @@ semver.satisfies('1.2.3', '1.x || >=2.5.0 || 5.0.0 - 7.2.3') // true |
Sorry, the diff of this file is not supported yet
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
28461