@babel/traverse
Advanced tools
+1
-1
@@ -105,3 +105,3 @@ "use strict"; | ||
| if (!TYPES.includes(nodeType)) { | ||
| throw new Error(`You gave us a visitor for the node type ${nodeType} but it's not a valid type in @babel/traverse ${"7.29.0"}`); | ||
| throw new Error(`You gave us a visitor for the node type ${nodeType} but it's not a valid type in @babel/traverse ${"7.29.7"}`); | ||
| } | ||
@@ -108,0 +108,0 @@ const visitors = visitor[nodeType]; |
+9
-9
| { | ||
| "name": "@babel/traverse", | ||
| "version": "7.29.0", | ||
| "version": "7.29.7", | ||
| "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": "^7.29.0", | ||
| "@babel/generator": "^7.29.0", | ||
| "@babel/helper-globals": "^7.28.0", | ||
| "@babel/parser": "^7.29.0", | ||
| "@babel/template": "^7.28.6", | ||
| "@babel/types": "^7.29.0", | ||
| "@babel/code-frame": "^7.29.7", | ||
| "@babel/generator": "^7.29.7", | ||
| "@babel/helper-globals": "^7.29.7", | ||
| "@babel/parser": "^7.29.7", | ||
| "@babel/template": "^7.29.7", | ||
| "@babel/types": "^7.29.7", | ||
| "debug": "^4.3.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.29.0", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1" | ||
| "@babel/core": "^7.29.7", | ||
| "@babel/helper-plugin-test-runner": "^7.29.7" | ||
| }, | ||
@@ -32,0 +32,0 @@ "engines": { |
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
Updated