Socket
Socket
Sign inDemoInstall

htmlparser2

Package Overview
Dependencies
13
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.9.1 to 3.9.2

README.md

2

lib/Tokenizer.js

@@ -601,4 +601,4 @@ module.exports = Tokenizer;

this._buffer = "";
this._bufferOffset += this._index;
this._index = 0;
this._bufferOffset += this._index;
} else if(this._running){

@@ -605,0 +605,0 @@ if(this._state === TEXT){

{
"name": "htmlparser2",
"description": "Fast & forgiving HTML/XML/RSS parser",
"version": "3.9.1",
"version": "3.9.2",
"author": "Felix Boehm <me@feedic.com>",

@@ -6,0 +6,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc