You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@babel/cli

Package Overview
Dependencies
Maintainers
4
Versions
147
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.28.0
to
7.28.3
+1
-1
lib/babel/options.js

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

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

@@ -81,0 +81,0 @@ program.action(() => {});

@@ -86,3 +86,6 @@ "use strict";

const CALLER = {
name: "@babel/cli"
name: "@babel/cli",
supportsStaticESM: false,
supportsDynamicImport: false,
supportsExportNamespaceFrom: false
};

@@ -89,0 +92,0 @@ function transformRepl(filename, code, opts) {

{
"name": "@babel/cli",
"version": "7.28.0",
"version": "7.28.3",
"description": "Babel command line.",

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

"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/helper-transform-fixture-test-runner": "^7.28.0",
"@babel/core": "^7.28.3",
"@babel/helper-transform-fixture-test-runner": "^7.28.3",
"@types/fs-readdir-recursive": "^1.1.0",

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

Sorry, the diff of this file is not supported yet