Socket
Socket
Sign inDemoInstall

htmlparser2

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmlparser2 - npm Package Compare versions

Comparing version 3.1.4 to 3.1.5

tests/Events/15-lt-whitespace.json

2

lib/Tokenizer.js

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

this._state = BEFORE_CLOSING_TAG_NAME;
} else if(c === ">" || this._special > 0) {
} else if(c === ">" || this._special > 0 || whitespace(c)) {
this._state = TEXT;

@@ -103,0 +103,0 @@ } else {

{
"name": "htmlparser2",
"description": "Fast & forgiving HTML/XML/RSS parser",
"version": "3.1.4",
"version": "3.1.5",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc