Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "sax-wasm", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"repository": "https://github.com/justinwilaby/sax-wasm", | ||
@@ -5,0 +5,0 @@ "description": "An extremely fast JSX, HTML and XML parser written in Rust compiled to WebAssembly for Node and the Web", |
@@ -110,3 +110,3 @@ # SAX (Simple API for XML) for Web Assembly | ||
|----------------------------------|--------------|--------------------| | ||
|SaxEventType.Text |0b1 |text: string | | ||
|SaxEventType.Text |0b1 |text: Text | | ||
|SaxEventType.ProcessingInstruction|0b10 |procInst: string | | ||
@@ -113,0 +113,0 @@ |SaxEventType.SGMLDeclaration |0b100 |sgmlDecl: string | |
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