@snyk/ruby-semver
Advanced tools
Comparing version 2.1.2 to 2.2.0
@@ -1,2 +0,2 @@ | ||
const _ = require('lodash'); | ||
const _ = require('@snyk/lodash'); | ||
const GemVersion = require('./gem-version'); | ||
@@ -3,0 +3,0 @@ |
@@ -150,3 +150,3 @@ // ----------------------------- | ||
// a zero to give a sensible result. | ||
const _ = require('lodash'); | ||
const _ = require('@snyk/lodash'); | ||
@@ -153,0 +153,0 @@ const VERSION_PATTERN = '[0-9]+(\.[0-9a-zA-Z]+)*(-[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?'; |
@@ -22,5 +22,5 @@ { | ||
"dependencies": { | ||
"lodash": "^4.17.14" | ||
"@snyk/lodash": "4.17.15-patch" | ||
}, | ||
"version": "2.1.2" | ||
"version": "2.2.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
70702
7246
+ Added@snyk/lodash@4.17.15-patch
+ Added@snyk/lodash@4.17.15-patch(transitive)
- Removedlodash@^4.17.14
- Removedlodash@4.17.21(transitive)