semver-parser
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -111,6 +111,6 @@ /** | ||
const vPreParts = vPre.split(".").map(part => | ||
parseVersionPart(part, true) | ||
parseVersionPart(part, true), | ||
); | ||
const bPreParts = bPre.split(".").map(part => | ||
parseVersionPart(part, true) | ||
parseVersionPart(part, true), | ||
); | ||
@@ -117,0 +117,0 @@ const l = Math.max(vPreParts.length, bPreParts.length); |
@@ -22,8 +22,8 @@ { | ||
"chai": "^4.2.0", | ||
"eslint": "^6.2.1", | ||
"mocha": "^6.2.0", | ||
"eslint": "^6.6.0", | ||
"mocha": "^6.2.2", | ||
"nyc": "^14.1.1", | ||
"sinon": "^7.4.1" | ||
"sinon": "^7.5.0" | ||
}, | ||
"version": "3.0.3" | ||
"version": "3.0.4" | ||
} |
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
18839