Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

parse5

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse5 - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

lib/index.js

@@ -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 @@ },

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