@babel/cli
Advanced tools
@@ -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) { |
+3
-3
| { | ||
| "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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
118561
0.29%1027
0.29%