@renovatebot/ruby-semver
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -122,3 +122,3 @@ "use strict"; | ||
var x = segments[1]; | ||
return x || null; | ||
return typeof x === 'number' ? x : null; | ||
} | ||
@@ -137,3 +137,3 @@ exports.minor = minor; | ||
var x = segments[2]; | ||
return x || null; | ||
return typeof x === 'number' ? x : null; | ||
} | ||
@@ -140,0 +140,0 @@ exports.patch = patch; |
{ | ||
"name": "@renovatebot/ruby-semver", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Ruby SemVer in TypeScript.", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
38854
0