Socket
Socket
Sign inDemoInstall

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.4.2 to 1.4.3

2

BaseParser.js

@@ -151,3 +151,3 @@ 'use strict';

let nextPos = pos + 1;
if (nextPos < data.length && data.charChodeAt(nextPos) === CODE_NEWLINE) {
if (nextPos < data.length && data.charCodeAt(nextPos) === CODE_NEWLINE) {
if (state.eol) {

@@ -154,0 +154,0 @@ state.eol.call(this, '\r\n');

@@ -38,3 +38,3 @@ {

},
"version": "1.4.2"
"version": "1.4.3"
}
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