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
8.0.0-rc.1
to
8.0.0-rc.2
+1
-1
lib/babel/options.js

@@ -43,3 +43,3 @@ import fs from "node:fs";

program.argument("[files...]", "List of files to compile.");
program.version("8.0.0-rc.1" + " (@babel/core " + version + ")");
program.version("8.0.0-rc.2" + " (@babel/core " + version + ")");
program.usage("[options] [files...]");

@@ -46,0 +46,0 @@ export default function parseArgv(args) {

{
"name": "@babel/cli",
"version": "8.0.0-rc.1",
"version": "8.0.0-rc.2",
"description": "Babel command line.",

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

"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^8.0.0-rc.2"
},
"devDependencies": {
"@babel/core": "^8.0.0-rc.1",
"@babel/helper-transform-fixture-test-runner": "^8.0.0-rc.1",
"@babel/core": "^8.0.0-rc.2",
"@babel/helper-transform-fixture-test-runner": "^8.0.0-rc.2",
"@types/fs-readdir-recursive": "^1.1.0",

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