Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sax-wasm

Package Overview
Dependencies
Maintainers
1
Versions
37
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 2.2.0 to 2.2.1

lib/index.d.ts

4

package.json
{
"name": "sax-wasm",
"version": "2.2.0",
"version": "2.2.1",
"repository": "https://github.com/justinwilaby/sax-wasm",

@@ -17,3 +17,3 @@ "description": "An extremely fast JSX, HTML and XML parser written in Rust compiled to WebAssembly for Node and the Web",

"bindgen": "wasm-bindgen lib/sax-wasm.wasm --out-dir lib/ --remove-name-section --no-typescript --out-name sax-wasm.wasm",
"build": "rollup -c && npm run build:wasm && npm run bindgen",
"build": "rollup -c && npm run build:wasm && npm run bindgen && tsc --emitDeclarationOnly",
"benchmark": "node src/js/__test__/benchmark.js",

@@ -20,0 +20,0 @@ "lint": "eslint src/js/ --ext .ts"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc