Comparing version 2.0.0 to 2.0.1
@@ -47,4 +47,4 @@ 'use strict'; | ||
if (typeof fragmentContext === 'string') { | ||
options = html; | ||
html = fragmentContext; | ||
options = html; | ||
} | ||
@@ -51,0 +51,0 @@ |
@@ -99,3 +99,2 @@ 'use strict'; | ||
* So, if `<script>` has the `src` attribute, you can fetch it, execute and then resume parsing just like browsers do. | ||
* resume parser like browsers do. | ||
* @event script | ||
@@ -102,0 +101,0 @@ * @memberof parse5#ParserStream |
@@ -34,3 +34,3 @@ 'use strict'; | ||
* var file = fs.createWriteStream('/home/google.com.html'); | ||
* var parser = new SAXParser(); | ||
* var parser = new parse5.SAXParser(); | ||
* | ||
@@ -37,0 +37,0 @@ * parser.on('text', function(text) { |
{ | ||
"name": "parse5", | ||
"description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node and io.js.", | ||
"version": "2.0.0", | ||
"description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js", | ||
"version": "2.0.1", | ||
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)", | ||
@@ -26,2 +26,3 @@ "contributors": [ | ||
"promise": "^7.0.4", | ||
"publish-please": "^1.1.0", | ||
"through2": "^2.0.0" | ||
@@ -28,0 +29,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
380540
0
14
7344