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 1.0.4 to 1.0.5

9

package.json
{
"name": "sax-wasm",
"version": "1.0.4",
"version": "1.0.5",
"repository": "https://github.com/justinwilaby/sax-wasm",
"description": "An extremely fast JSX, HTML and XML parser written in Rust compiled to WebAssembly for Node and the Web",

@@ -10,3 +11,4 @@ "main": "index.js",

"scripts": {
"test": "jest",
"test": "jest --runInBand",
"test:coveralls": "jest --runInBand --coverage --coverageReporters=text-lcov | coveralls",
"build:wasm": "rustc ./src/main.rs -C lto -O --target wasm32-unknown-unknown -o ./lib/sax-wasm.wasm",

@@ -27,3 +29,4 @@ "build": "tsc && npm run build:wasm"

"@types/node": "^10.5.5",
"@types/webassembly-js-api": "0.0.1",
"@types/webassembly-js-api": "^0.0.1",
"coveralls": "^3.0.2",
"jest": "^23.4.2",

@@ -30,0 +33,0 @@ "ts-jest": "^23.1.2",

# SAX (Simple API for XML) for Web Assembly
[![Build Status](https://travis-ci.org/justinwilaby/sax-wasm.svg?branch=master)](https://travis-ci.org/justinwilaby/sax-wasm)
[![Coverage Status](https://coveralls.io/repos/github/justinwilaby/sax-wasm/badge.svg?branch=feature%2Fattribute-positions)](https://coveralls.io/github/justinwilaby/sax-wasm?branch=feature%2Fattribute-positions)
*When you absolutely, positively have to have the fastest parser in the room, accept no substitutes.*

@@ -3,0 +7,0 @@

Sorry, the diff of this file is not supported yet

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