babel-plugin-minify-dead-code-elimination
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -7,7 +7,4 @@ "use strict"; | ||
var _require = require("lodash"); | ||
var some = require("lodash.some"); | ||
var some = _require.some; | ||
module.exports = function (_ref) { | ||
@@ -14,0 +11,0 @@ var t = _ref.types; |
{ | ||
"name": "babel-plugin-minify-dead-code-elimination", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -16,5 +16,5 @@ "homepage": "https://github.com/babel/babili#readme", | ||
"babel-helper-remove-or-void": "^0.0.1", | ||
"lodash": "^4.14.1" | ||
"lodash.some": "^4.6.0" | ||
}, | ||
"devDependencies": {} | ||
} |
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
36572
932
+ Addedlodash.some@^4.6.0
+ Addedlodash.some@4.6.0(transitive)
- Removedlodash@^4.14.1
- Removedlodash@4.17.21(transitive)