Socket
Socket
Sign inDemoInstall

htmlparser2

Package Overview
Dependencies
8
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.2.2

2

lib/Tokenizer.js

@@ -133,3 +133,3 @@ module.exports = Tokenizer;

this._sectionStart = this._index;
} else if(this._decodeEntities && c === "&"){
} else if(this._decodeEntities && c === "&" && this._baseState === TEXT){
if(this._index > this._sectionStart){

@@ -136,0 +136,0 @@ this._cbs.ontext(this._getSection());

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

@@ -6,0 +6,0 @@ "keywords": ["html", "parser", "streams", "xml", "dom", "rss", "feed", "atom"],

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