Comparing version 0.8.2 to 0.8.3
@@ -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") | ||
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
362925
167