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.8.3 to 7.8.4

8

lib/babel/options.js

@@ -128,2 +128,4 @@ "use strict";

_commander().default.option("--no-copy-ignored", "Exclude ignored files when copying non-compilable files.");
_commander().default.option("--verbose", "Log everything. This option conflicts with --quiet");

@@ -137,4 +139,2 @@

_commander().default.option("--copy-ignored", "Include ignored files when copying non-compilable files.");
_commander().default.version(_package.default.version + " (@babel/core " + _core().version + ")");

@@ -262,2 +262,3 @@

copyFiles: opts.copyFiles,
copyIgnored: opts.copyFiles && opts.copyIgnored,
includeDotfiles: opts.includeDotfiles,

@@ -267,4 +268,3 @@ verbose: opts.verbose,

deleteDirOnStart: opts.deleteDirOnStart,
sourceMapTarget: opts.sourceMapTarget,
copyIgnored: opts.copyIgnored
sourceMapTarget: opts.sourceMapTarget
}

@@ -271,0 +271,0 @@ };

{
"name": "@babel/cli",
"version": "7.8.3",
"version": "7.8.4",
"description": "Babel command line.",

@@ -38,3 +38,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.8.4",
"@babel/helper-fixtures": "^7.8.3",

@@ -47,3 +47,3 @@ "rimraf": "^3.0.0"

},
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
"gitHead": "5c2e6bc07fed3d28801d93168622c99ae622653a"
}
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