🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

unwasm

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unwasm - npm Package Compare versions

Comparing version

to
0.3.5

4

dist/tools.d.ts

@@ -23,4 +23,6 @@ type ParsedWasmModule = {

};
declare function parseWasm(source: Buffer | ArrayBuffer): ParseResult;
declare function parseWasm(source: Buffer | ArrayBuffer, opts?: {
name?: string;
}): ParseResult;
export { type ModuleExport, type ModuleImport, type ParseResult, type ParsedWasmModule, parseWasm };
{
"name": "unwasm",
"version": "0.3.4",
"version": "0.3.5",
"description": "WebAssembly tools for JavaScript",

@@ -51,6 +51,5 @@ "repository": "unjs/unwasm",

"dependencies": {
"@webassemblyjs/wasm-parser": "^1.11.6",
"magic-string": "^0.30.5",
"mlly": "^1.4.2",
"pathe": "^1.1.1",
"mlly": "^1.5.0",
"pathe": "^1.1.2",
"pkg-types": "^1.0.3",

@@ -61,18 +60,25 @@ "unplugin": "^1.6.0"

"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^20.10.6",
"@vitest/coverage-v8": "^1.1.1",
"assemblyscript": "^0.27.22",
"@types/node": "^20.11.4",
"@vitest/coverage-v8": "^1.2.0",
"@webassemblyjs/wasm-parser": "^1.11.6",
"assemblyscript": "^0.27.23",
"changelogen": "^0.5.5",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.21.0",
"miniflare": "^3.20231030.4",
"prettier": "^3.1.1",
"rollup": "^4.9.2",
"miniflare": "^3.20231218.1",
"prettier": "^3.2.2",
"rollup": "^4.9.5",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.10",
"vitest": "^1.1.1"
"vite": "^5.0.11",
"vitest": "^1.2.0"
},
"packageManager": "pnpm@8.13.1"
"packageManager": "pnpm@8.14.1",
"pnpm": {
"patchedDependencies": {
"@webassemblyjs/helper-wasm-bytecode@1.11.6": "patches/@webassemblyjs__helper-wasm-bytecode@1.11.6.patch"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet