@polybase/eth
Advanced tools
+3
-3
| { | ||
| "name": "@polybase/eth", | ||
| "description": "Ethereum helper utility for Polybase", | ||
| "version": "0.6.5", | ||
| "version": "0.6.6", | ||
| "main": "./dist/index.js", | ||
@@ -56,5 +56,5 @@ "types": "./dist/index.d.ts", | ||
| "@ethersproject/strings": "^5.7.0", | ||
| "@polybase/util": "^0.6.5" | ||
| "@polybase/util": "^0.6.6" | ||
| }, | ||
| "gitHead": "8662db4ba952e08ee9e58d47638c805d38b8dc38" | ||
| "gitHead": "0b2d1800ef6fbfaf329e3d07baa55ddda1d003f4" | ||
| } |
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 2 instances 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 2 instances 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