advanced-html-parser
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -1193,4 +1193,5 @@ /* | ||
function getText(node) { | ||
if (node.rowText !== undefined) | ||
return; | ||
// to do reset this when there is changes to the node. | ||
// if (node.rowText !== undefined) | ||
// return; | ||
var arr = []; | ||
@@ -1227,4 +1228,2 @@ rowText(node, arr); | ||
} | ||
} | ||
@@ -1454,6 +1453,6 @@ | ||
Object.defineProperty(Node.prototype, "outerHTML", { | ||
get: function(){ | ||
get: function () { | ||
return this.toString(); | ||
}, | ||
set: function(value){ | ||
set: function (value) { | ||
throw "outerHTML si ReadOnly"; | ||
@@ -1460,0 +1459,0 @@ } |
{ | ||
"name": "advanced-html-parser", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Can use html parser in react-native, titanium, and anywhere. This is based on [xmldom](https://github.com/jindw/xmldom).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
427047
7932