@babel/node
Advanced tools
@@ -26,5 +26,5 @@ 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.1"); | ||
| program.version("8.0.0-rc.2"); | ||
| program.usage(`[options] [ -e "script" | script.js ] [--] [arguments]`); | ||
| //# sourceMappingURL=program-setup.js.map |
+8
-8
| { | ||
| "name": "@babel/node", | ||
| "version": "8.0.0-rc.1", | ||
| "version": "8.0.0-rc.2", | ||
| "description": "Babel command line", | ||
@@ -26,3 +26,3 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "dependencies": { | ||
| "@babel/register": "^8.0.0-rc.1", | ||
| "@babel/register": "^8.0.0-rc.2", | ||
| "commander": "^14.0.2", | ||
@@ -33,10 +33,10 @@ "core-js": "^3.48.0", | ||
| "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/preset-env": "^8.0.0-rc.1", | ||
| "@babel/preset-react": "^8.0.0-rc.1", | ||
| "@babel/runtime": "^8.0.0-rc.1", | ||
| "@babel/core": "^8.0.0-rc.2", | ||
| "@babel/helper-transform-fixture-test-runner": "^8.0.0-rc.2", | ||
| "@babel/preset-env": "^8.0.0-rc.2", | ||
| "@babel/preset-react": "^8.0.0-rc.2", | ||
| "@babel/runtime": "^8.0.0-rc.2", | ||
| "@types/v8flags": "^3.1.1" | ||
@@ -43,0 +43,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
50210
0.01%- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated