Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/cli

Package Overview
Dependencies
Maintainers
6
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/cli - npm Package Compare versions

Comparing version 7.10.4 to 7.10.5

12

lib/babel/options.js

@@ -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 @@

10

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc