You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sax-wasm

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sax-wasm - npm Package Compare versions

Comparing version

to
3.0.7

4

package.json
{
"name": "sax-wasm",
"version": "3.0.6",
"version": "3.0.7",
"repository": {

@@ -25,3 +25,3 @@ "type": "git",

"build:wasm": "cargo build --target wasm32-unknown-unknown --release && npm run wasm-opt",
"wasm-opt": "wasm-opt -O4 target/wasm32-unknown-unknown/release/sax_wasm.wasm -o lib/sax-wasm.wasm",
"wasm-opt": "wasm-opt -O4 target/wasm32-unknown-unknown/release/sax_wasm.wasm -o lib/sax-wasm.wasm --enable-bulk-memory",
"build": "(npm run build:esm && npm run build:cjs) && npm run build:wasm && tsc --emitDeclarationOnly",

@@ -28,0 +28,0 @@ "build:dev": "(npm run build:esm -- --sourceMap && npm run build:cjs -- --sourceMap ) && npm run build:wasm && tsc --emitDeclarationOnly",

Sorry, the diff of this file is not supported yet