python-wasm
Advanced tools
+29
| BSD 3-Clause License | ||
| Copyright (c) 2022, SageMath, Inc. | ||
| All rights reserved. | ||
| Redistribution and use in source and binary forms, with or without | ||
| modification, are permitted provided that the following conditions are met: | ||
| 1. Redistributions of source code must retain the above copyright notice, this | ||
| list of conditions and the following disclaimer. | ||
| 2. Redistributions in binary form must reproduce the above copyright notice, | ||
| this list of conditions and the following disclaimer in the documentation | ||
| and/or other materials provided with the distribution. | ||
| 3. Neither the name of the copyright holder nor the names of its | ||
| contributors may be used to endorse or promote products derived from | ||
| this software without specific prior written permission. | ||
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
| AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
| IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
| DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
| FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
| DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
| SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
| CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
| OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
| OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
+1
-1
| import { WasmInstanceAsync, WasmInstanceSync } from "@cowasm/kernel"; | ||
| type FileSystemOption = "auto" | "bundle" | "everything" | "stdlib"; | ||
| declare type FileSystemOption = "auto" | "bundle" | "everything" | "stdlib"; | ||
| export interface Options { | ||
@@ -4,0 +4,0 @@ fs?: FileSystemOption; |
+23
-23
| { | ||
| "name": "python-wasm", | ||
| "version": "0.27.0", | ||
| "version": "0.27.1", | ||
| "description": "python-wasm -- WebAssembly Python for servers and browsers with sympy, Cython, numpy, and more", | ||
@@ -13,10 +13,2 @@ "main": "./dist/node.js", | ||
| ], | ||
| "scripts": { | ||
| "build": "make all", | ||
| "clean": "make clean", | ||
| "tsc": "tsc -w", | ||
| "test": "tsc && npx jest --no-watchman --runInBand ./dist", | ||
| "test-watch": "npx jest --watch ./dist", | ||
| "prepublishOnly": "make clean && make OPT='-O ReleaseSmall' all && npx jest --no-watchman --runInBand ./dist" | ||
| }, | ||
| "bin": { | ||
@@ -27,3 +19,3 @@ "python-wasm": "./bin/python-wasm" | ||
| "type": "git", | ||
| "url": "git+https://github.com/sagemathinc/cowasm-python.git" | ||
| "url": "git+https://github.com/sagemathinc/cowasm.git" | ||
| }, | ||
@@ -37,17 +29,10 @@ "keywords": [ | ||
| "bugs": { | ||
| "url": "https://github.com/sagemathinc/cowasm-python/issues" | ||
| "url": "https://github.com/sagemathinc/cowasm/issues" | ||
| }, | ||
| "homepage": "https://github.com/sagemathinc/cowasm-python/tree/main/packages/python-wasm", | ||
| "homepage": "https://github.com/sagemathinc/cowasm/tree/main/python/python-wasm", | ||
| "dependencies": { | ||
| "@cowasm/kernel": "^0.28.0", | ||
| "debug": "^4.3.4" | ||
| "debug": "^4.3.4", | ||
| "@cowasm/kernel": "0.27.9" | ||
| }, | ||
| "devDependencies": { | ||
| "@cowasm/cpython": "^1.6.0", | ||
| "@cowasm/posix-wasm": "^1.0.3", | ||
| "@cowasm/py-cython": "^1.0.0", | ||
| "@cowasm/py-mpmath": "^1.0.0", | ||
| "@cowasm/py-numpy": "^1.0.2", | ||
| "@cowasm/py-pandas": "^1.0.1", | ||
| "@cowasm/py-sympy": "^1.0.0", | ||
| "@types/jest": "^29.2.0", | ||
@@ -57,4 +42,19 @@ "@types/node": "^18.11.3", | ||
| "jest": "^29.2.1", | ||
| "typescript": "^4.8.4" | ||
| "typescript": "^4.8.4", | ||
| "@cowasm/cpython": "1.6.0", | ||
| "@cowasm/py-cython": "1.0.0", | ||
| "@cowasm/posix-wasm": "1.2.1", | ||
| "@cowasm/py-mpmath": "1.0.0", | ||
| "@cowasm/py-numpy": "1.0.2", | ||
| "@cowasm/py-pandas": "1.0.1", | ||
| "@cowasm/py-sympy": "1.0.0" | ||
| }, | ||
| "scripts": { | ||
| "preinstall": "npx only-allow pnpm", | ||
| "build": "make all", | ||
| "clean": "make clean", | ||
| "tsc": "pnpm exec tsc -w", | ||
| "test": "pnpm exec tsc && pnpm exec jest --no-watchman --runInBand ./dist", | ||
| "test-watch": "pnpm exec jest --watch ./dist" | ||
| } | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed or built. Malicious packages often use scripts that run automatically to execute payloads or fetch additional code.
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
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
49340386
4.4%88
1.15%1
-50%1
Infinity%+ Added
+ Added
- Removed
- Removed
Updated