@stdlib/math-base-tools-evalpoly
Advanced tools
+3
-2
| { | ||
| "name": "@stdlib/math-base-tools-evalpoly", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "Evaluate a polynomial.", | ||
@@ -28,3 +28,4 @@ "license": "Apache-2.0", | ||
| "test-cov": "make test-cov", | ||
| "examples": "make examples" | ||
| "examples": "make examples", | ||
| "benchmark": "make benchmark" | ||
| }, | ||
@@ -31,0 +32,0 @@ "homepage": "https://github.com/stdlib-js/stdlib", |
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
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
51892
0.07%