@babel/runtime-corejs3
Advanced tools
+2
-2
| { | ||
| "name": "@babel/runtime-corejs3", | ||
| "version": "7.27.6", | ||
| "version": "7.28.0", | ||
| "description": "babel's modular runtime helpers with core-js@3 polyfilling", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "core-js-pure": "^3.30.2" | ||
| "core-js-pure": "^3.43.0" | ||
| }, | ||
@@ -19,0 +19,0 @@ "exports": { |
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