Socket
Socket
Sign inDemoInstall

@babel/cli

Package Overview
Dependencies
165
Maintainers
6
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.14.5 to 7.14.8

4

lib/babel/options.js

@@ -98,3 +98,3 @@ "use strict";

_commander().option("-x, --extensions [extensions]", "List of extensions to compile when a directory has been the input. [.es6,.js,.es,.jsx,.mjs]", collect);
_commander().option("-x, --extensions [extensions]", "List of extensions to compile when a directory has been the input. [" + _core().DEFAULT_EXTENSIONS.join() + "]", collect);

@@ -127,3 +127,3 @@ _commander().option("--keep-file-extension", "Preserve the file extensions of the input files.");

_commander().version("7.14.5" + " (@babel/core " + _core().version + ")");
_commander().version("7.14.8" + " (@babel/core " + _core().version + ")");

@@ -130,0 +130,0 @@ _commander().usage("[options] <files ...>");

{
"name": "@babel/cli",
"version": "7.14.5",
"version": "7.14.8",
"description": "Babel command line.",

@@ -43,3 +43,3 @@ "author": "The Babel Team (https://babel.dev/team)",

"devDependencies": {
"@babel/core": "7.14.5",
"@babel/core": "7.14.8",
"@babel/helper-fixtures": "7.14.5",

@@ -46,0 +46,0 @@ "rimraf": "^3.0.0"

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc