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.2 to 1.0.3

10

lib/saxWasm.js

@@ -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) {

6

package.json
{
"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

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