Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

htmljs-parser

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmljs-parser - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

test/fixtures/autotest/cdata/expected.json

2

package.json

@@ -36,3 +36,3 @@ {

},
"version": "1.2.0"
"version": "1.2.1"
}

@@ -591,8 +591,8 @@ 'use strict';

parser.skip(match.length);
parser.enterState(cdataParentState);
return;
}
} else {
text += ch;
}
text += ch;
}

@@ -599,0 +599,0 @@ });

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