Socket
Socket
Sign inDemoInstall

@babel/cli

Package Overview
Dependencies
86
Maintainers
6
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.15.7 to 7.16.0

2

lib/babel/options.js

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

_commander().version("7.15.7" + " (@babel/core " + _core().version + ")");
_commander().version("7.16.0" + " (@babel/core " + _core().version + ")");

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

@@ -6,13 +6,13 @@ "use strict";

});
exports.addSourceMappingUrl = addSourceMappingUrl;
exports.chmod = chmod;
exports.compile = compile;
exports.debounce = debounce;
exports.deleteDir = deleteDir;
exports.isCompilableExtension = isCompilableExtension;
exports.readdir = readdir;
exports.readdirForCompilable = readdirForCompilable;
exports.isCompilableExtension = isCompilableExtension;
exports.addSourceMappingUrl = addSourceMappingUrl;
exports.requireChokidar = requireChokidar;
exports.transform = transform;
exports.compile = compile;
exports.deleteDir = deleteDir;
exports.requireChokidar = requireChokidar;
exports.withExtension = withExtension;
exports.debounce = debounce;

@@ -19,0 +19,0 @@ function _fsReaddirRecursive() {

{
"name": "@babel/cli",
"version": "7.15.7",
"version": "7.16.0",
"description": "Babel command line.",

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

"devDependencies": {
"@babel/core": "7.15.5",
"@babel/helper-fixtures": "7.14.5",
"@babel/core": "^7.16.0",
"@babel/helper-fixtures": "^7.16.0",
"rimraf": "^3.0.0"

@@ -47,0 +47,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc