Socket
Socket
Sign inDemoInstall

@babel/cli

Package Overview
Dependencies
85
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.22.15 to 7.23.0

2

lib/babel/options.js

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

_commander().option("--out-file-extension [string]", "Use a specific extension for the output files");
_commander().version("7.22.15" + " (@babel/core " + _core().version + ")");
_commander().version("7.23.0" + " (@babel/core " + _core().version + ")");
_commander().usage("[options] <files ...>");

@@ -78,0 +78,0 @@ _commander().action(() => {});

{
"name": "@babel/cli",
"version": "7.22.15",
"version": "7.23.0",
"description": "Babel command line.",

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

"commander": "^4.0.1",
"convert-source-map": "^1.1.0",
"convert-source-map": "^2.0.0",
"fs-readdir-recursive": "^1.1.0",

@@ -44,4 +44,4 @@ "glob": "^7.2.0",

"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/helper-fixtures": "^7.22.13",
"@babel/core": "^7.23.0",
"@babel/helper-fixtures": "^7.22.19",
"@types/fs-readdir-recursive": "^1.1.0",

@@ -48,0 +48,0 @@ "@types/glob": "^7.2.0",

Sorry, the diff of this file is not supported yet

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