babel-plugin-ceval
Advanced tools
+5
-1
| { | ||
| "name": "babel-plugin-ceval", | ||
| "version": "1.7.1", | ||
| "version": "1.7.2", | ||
| "description": "a babel pluging for compile time evaluation.", | ||
@@ -16,2 +16,6 @@ "main": "lib/index.js", | ||
| "transpiler", | ||
| "generation", | ||
| "metacode", | ||
| "build", | ||
| "macro", | ||
| "ceval", | ||
@@ -18,0 +22,0 @@ "eval" |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
15393
0.39%