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 0.8.2 to 0.8.3

2

lib/tree_adapters/htmlparser2.js

@@ -113,3 +113,3 @@ //Node construction

var appendChild = exports.appendChild = function (parentNode, newNode) {
var prev = parentNode.children[parentNode.children.length];
var prev = parentNode.children[parentNode.children.length - 1];

@@ -116,0 +116,0 @@ if (prev) {

{
"name": "parse5",
"description": "Fast full-featured HTML parser for Node. Based on WHATWG HTML5 specification.",
"version": "0.8.2",
"version": "0.8.3",
"author": "Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)",

@@ -6,0 +6,0 @@ "keywords": [

@@ -117,4 +117,4 @@ ![logo](https://raw.github.com/inikulin/parse5/master/logo.png)

####• TreeSerializer.serializer(node)
Serializes the given `node`. Return HTML string.
####• TreeSerializer.serialize(node)
Serializes the given `node`. Returns HTML string.

@@ -168,4 +168,1 @@ *Example:*

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/inikulin/parse5/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
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