@babel/cli
Advanced tools
@@ -43,3 +43,3 @@ import fs from "node:fs"; | ||
| program.option("--out-file-extension [string]", "Use a specific extension for the output files"); | ||
| program.version("8.0.0-beta.0" + " (@babel/core " + version + ")"); | ||
| program.version("8.0.0-beta.1" + " (@babel/core " + version + ")"); | ||
| program.usage("[options] <files ...>"); | ||
@@ -46,0 +46,0 @@ program.action(() => {}); |
+5
-5
| { | ||
| "name": "@babel/cli", | ||
| "version": "8.0.0-beta.0", | ||
| "version": "8.0.0-beta.1", | ||
| "description": "Babel command line.", | ||
@@ -27,3 +27,3 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "dependencies": { | ||
| "@jridgewell/trace-mapping": "^0.3.25", | ||
| "@jridgewell/trace-mapping": "^0.3.28", | ||
| "commander": "^12.1.0", | ||
@@ -39,7 +39,7 @@ "convert-source-map": "^2.0.0", | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-beta.0" | ||
| "@babel/core": "^8.0.0-beta.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-beta.0", | ||
| "@babel/helper-transform-fixture-test-runner": "^8.0.0-beta.0", | ||
| "@babel/core": "^8.0.0-beta.1", | ||
| "@babel/helper-transform-fixture-test-runner": "^8.0.0-beta.1", | ||
| "@types/fs-readdir-recursive": "^1.1.0", | ||
@@ -46,0 +46,0 @@ "@types/glob": "^7.2.0", |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package