python-wasm
Advanced tools
+2
-2
| { | ||
| "name": "python-wasm", | ||
| "version": "0.25.2", | ||
| "version": "0.25.3", | ||
| "description": "python-wasm -- WebAssembly Python for servers and browsers with sympy, Cython, numpy, and more", | ||
@@ -30,3 +30,3 @@ "main": "./dist/node.js", | ||
| "dependencies": { | ||
| "@cowasm/kernel": "^0.26.1", | ||
| "@cowasm/kernel": "^0.26.2", | ||
| "debug": "^4.3.4" | ||
@@ -33,0 +33,0 @@ }, |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary 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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary 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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Updated