htmlparser2
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -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"], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119336
47
5495