web-python-kernel
Advanced tools
+2
-2
| { | ||
| "name": "web-python-kernel", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "A web-based Python kernel for browser environments with TypeScript support", | ||
@@ -34,3 +34,3 @@ "main": "dist/web-python-kernel.js", | ||
| "prepare": "npm run build", | ||
| "publish-npm": "npm run build && npm publish" | ||
| "publish-npm": "npm run build:all && npm publish" | ||
| }, | ||
@@ -37,0 +37,0 @@ "keywords": [ |
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
2735600
0