@babel/traverse
Advanced tools
+9
-9
| { | ||
| "name": "@babel/traverse", | ||
| "version": "8.0.0-rc.1", | ||
| "version": "8.0.0-rc.2", | ||
| "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", | ||
@@ -19,13 +19,13 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "dependencies": { | ||
| "@babel/code-frame": "^8.0.0-rc.1", | ||
| "@babel/generator": "^8.0.0-rc.1", | ||
| "@babel/helper-globals": "^8.0.0-rc.1", | ||
| "@babel/parser": "^8.0.0-rc.1", | ||
| "@babel/template": "^8.0.0-rc.1", | ||
| "@babel/types": "^8.0.0-rc.1", | ||
| "@babel/code-frame": "^8.0.0-rc.2", | ||
| "@babel/generator": "^8.0.0-rc.2", | ||
| "@babel/helper-globals": "^8.0.0-rc.2", | ||
| "@babel/parser": "^8.0.0-rc.2", | ||
| "@babel/template": "^8.0.0-rc.2", | ||
| "@babel/types": "^8.0.0-rc.2", | ||
| "obug": "^2.1.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-rc.1", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.1" | ||
| "@babel/core": "^8.0.0-rc.2", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.2" | ||
| }, | ||
@@ -32,0 +32,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Updated
Updated
Updated
Updated