@babel/node
Advanced tools
@@ -27,3 +27,3 @@ import * as commander from 'commander'; | ||
| program.argument("[arguments...]", "Path to the script for evaluation or arguments passed to the script."); | ||
| program.version("8.0.0-rc.4"); | ||
| program.version("8.0.0-rc.5"); | ||
| program.usage(`[options] [ -e "script" | script.js ] [--] [arguments]`); | ||
@@ -30,0 +30,0 @@ |
+9
-9
| { | ||
| "name": "@babel/node", | ||
| "version": "8.0.0-rc.4", | ||
| "version": "8.0.0-rc.5", | ||
| "description": "Babel command line", | ||
@@ -26,3 +26,3 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "dependencies": { | ||
| "@babel/register": "^8.0.0-rc.4", | ||
| "@babel/register": "^8.0.0-rc.5", | ||
| "commander": "^14.0.2", | ||
@@ -33,10 +33,10 @@ "core-js": "^3.48.0", | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-rc.4" | ||
| "@babel/core": "^8.0.0-rc.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-rc.4", | ||
| "@babel/helper-transform-fixture-test-runner": "^8.0.0-rc.4", | ||
| "@babel/preset-env": "^8.0.0-rc.4", | ||
| "@babel/preset-react": "^8.0.0-rc.4", | ||
| "@babel/runtime": "^8.0.0-rc.4", | ||
| "@babel/core": "^8.0.0-rc.5", | ||
| "@babel/helper-transform-fixture-test-runner": "^8.0.0-rc.5", | ||
| "@babel/preset-env": "^8.0.0-rc.5", | ||
| "@babel/preset-react": "^8.0.0-rc.5", | ||
| "@babel/runtime": "^8.0.0-rc.5", | ||
| "@types/v8flags": "^3.1.1" | ||
@@ -48,3 +48,3 @@ }, | ||
| "engines": { | ||
| "node": "^20.19.0 || >=22.12.0" | ||
| "node": "^22.18.0 || >=24.11.0" | ||
| }, | ||
@@ -51,0 +51,0 @@ "exports": { |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Updated