Comparing version 1.0.4 to 1.0.5
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
142
66217
7