@babel/node
Advanced tools
@@ -26,5 +26,5 @@ import * as commander from "commander"; | ||
| ; | ||
| program.version("8.0.0-beta.2"); | ||
| program.version("8.0.0-beta.3"); | ||
| program.usage(`[options] [ -e "script" | script.js ] [--] [arguments]`); | ||
| //# sourceMappingURL=program-setup.js.map |
+8
-8
| { | ||
| "name": "@babel/node", | ||
| "version": "8.0.0-beta.2", | ||
| "version": "8.0.0-beta.3", | ||
| "description": "Babel command line", | ||
@@ -26,3 +26,3 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "dependencies": { | ||
| "@babel/register": "^8.0.0-beta.2", | ||
| "@babel/register": "^8.0.0-beta.3", | ||
| "commander": "^12.1.0", | ||
@@ -34,10 +34,10 @@ "core-js": "^3.30.2", | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-beta.2" | ||
| "@babel/core": "^8.0.0-beta.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-beta.2", | ||
| "@babel/helper-transform-fixture-test-runner": "^8.0.0-beta.2", | ||
| "@babel/preset-env": "^8.0.0-beta.2", | ||
| "@babel/preset-react": "^8.0.0-beta.2", | ||
| "@babel/runtime": "^8.0.0-beta.2", | ||
| "@babel/core": "^8.0.0-beta.3", | ||
| "@babel/helper-transform-fixture-test-runner": "^8.0.0-beta.3", | ||
| "@babel/preset-env": "^8.0.0-beta.3", | ||
| "@babel/preset-react": "^8.0.0-beta.3", | ||
| "@babel/runtime": "^8.0.0-beta.3", | ||
| "@types/v8flags": "^3.1.1" | ||
@@ -44,0 +44,0 @@ }, |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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