Comparing version 1.0.2 to 1.0.3
@@ -39,8 +39,2 @@ "use strict"; | ||
SaxEventType.CloseCDATA = 0b100000000000; | ||
// 4096 | ||
SaxEventType.Script = 0b1000000000000; | ||
// 8192 | ||
SaxEventType.CloseNamespace = 0b10000000000000; | ||
// 16384 | ||
SaxEventType.OpenNamespace = 0b100000000000000; | ||
exports.SaxEventType = SaxEventType; | ||
@@ -76,5 +70,3 @@ class SaxErrorType { | ||
SaxEventType.OpenCDATA | | ||
SaxEventType.CloseCDATA | | ||
SaxEventType.OpenNamespace | | ||
SaxEventType.CloseNamespace; | ||
SaxEventType.CloseCDATA; | ||
class SAXParser { | ||
@@ -81,0 +73,0 @@ constructor(events = 0) { |
{ | ||
"name": "sax-wasm", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "An extremely fast JSX, HTML and XML parser written in Rust compiled to WebAssembly for Node and the Web", | ||
"main": "index.js", | ||
"files": ["lib"], | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
@@ -8,0 +10,0 @@ "test": "jest", |
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
72416
143