htmlparser2
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -499,3 +499,3 @@ module.exports = Tokenizer; | ||
this._sectionStart += limit + 2; | ||
break; | ||
return; | ||
} else { | ||
@@ -505,2 +505,4 @@ limit--; | ||
} | ||
this._sectionStart -= 1; | ||
}; | ||
@@ -507,0 +509,0 @@ |
{ | ||
"name": "htmlparser2", | ||
"description": "Fast & forgiving HTML/XML/RSS parser", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"author": "Felix Boehm <me@feedic.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
173659
58
5879