python-wasm
Advanced tools
+6
-6
| { | ||
| "name": "python-wasm", | ||
| "version": "0.28.0", | ||
| "version": "0.28.1", | ||
| "description": "python-wasm -- WebAssembly Python for servers and browsers with sympy, Cython, numpy, and more", | ||
@@ -32,3 +32,3 @@ "main": "./dist/node.js", | ||
| "debug": "^4.3.4", | ||
| "@cowasm/kernel": "0.27.9" | ||
| "@cowasm/kernel": "0.28.0" | ||
| }, | ||
@@ -41,9 +41,9 @@ "devDependencies": { | ||
| "typescript": "^4.8.4", | ||
| "@cowasm/py-numpy": "1.1.0", | ||
| "@cowasm/py-cython": "1.1.0", | ||
| "@cowasm/cpython": "1.6.0", | ||
| "@cowasm/py-mpmath": "1.0.0", | ||
| "@cowasm/py-pandas": "1.1.0", | ||
| "@cowasm/posix-wasm": "1.2.1", | ||
| "@cowasm/cpython": "1.6.0", | ||
| "@cowasm/py-numpy": "1.1.0", | ||
| "@cowasm/py-sympy": "1.0.0", | ||
| "@cowasm/py-pandas": "1.1.0" | ||
| "@cowasm/py-sympy": "1.0.0" | ||
| }, | ||
@@ -50,0 +50,0 @@ "scripts": { |
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
+ Added
+ Added
- Removed
- Removed
Updated