You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

python-wasm

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-wasm - npm Package Compare versions

Comparing version
0.27.0
to
0.27.1
+29
LICENSE
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;

{
"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