Comparing version 1.0.2 to 1.0.3
@@ -79,3 +79,3 @@ var util = require('util'); | ||
SAXTreeBuilder.prototype.reparentChildren = function(oldParent, newParent) { | ||
newParent.appendChildren(oldParent.firstChild); | ||
newParent.appendChildren(oldParent); | ||
}; | ||
@@ -105,2 +105,7 @@ | ||
function Locator() { | ||
this.lineNumber = -1; | ||
this.columnNumber = -1; | ||
} | ||
var NodeType = { | ||
@@ -107,0 +112,0 @@ /** |
{ | ||
"name": "html5", | ||
"description": "HTML5 HTML parser, including support for SVG and MathML foreign content", | ||
"version": "v1.0.2", | ||
"version": "v1.0.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Aria Stewart", |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
3188265
8123