@babel/cli
Advanced tools
Comparing version 7.10.4 to 7.10.5
@@ -38,12 +38,2 @@ "use strict"; | ||
function _uniq() { | ||
const data = _interopRequireDefault(require("lodash/uniq")); | ||
_uniq = function () { | ||
return data; | ||
}; | ||
return data; | ||
} | ||
function _glob() { | ||
@@ -157,3 +147,3 @@ const data = _interopRequireDefault(require("glob")); | ||
filenames = (0, _uniq().default)(filenames); | ||
filenames = Array.from(new Set(filenames)); | ||
filenames.forEach(function (filename) { | ||
@@ -160,0 +150,0 @@ if (!_fs().default.existsSync(filename)) { |
@@ -37,12 +37,2 @@ "use strict"; | ||
function _includes() { | ||
const data = _interopRequireDefault(require("lodash/includes")); | ||
_includes = function () { | ||
return data; | ||
}; | ||
return data; | ||
} | ||
function _path() { | ||
@@ -98,3 +88,3 @@ const data = _interopRequireDefault(require("path")); | ||
return (0, _includes().default)(exts, ext); | ||
return exts.includes(ext); | ||
} | ||
@@ -101,0 +91,0 @@ |
{ | ||
"name": "@babel/cli", | ||
"version": "7.10.4", | ||
"version": "7.10.5", | ||
"description": "Babel command line.", | ||
@@ -30,3 +30,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"glob": "^7.0.0", | ||
"lodash": "^4.17.13", | ||
"lodash": "^4.17.19", | ||
"make-dir": "^2.1.0", | ||
@@ -43,4 +43,4 @@ "slash": "^2.0.0", | ||
"devDependencies": { | ||
"@babel/core": "^7.10.4", | ||
"@babel/helper-fixtures": "^7.10.4", | ||
"@babel/core": "^7.10.5", | ||
"@babel/helper-fixtures": "^7.10.5", | ||
"rimraf": "^3.0.0" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df" | ||
"gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7" | ||
} |
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
36802
828
Updatedlodash@^4.17.19