advanced-html-parser
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -502,7 +502,3 @@ /* | ||
outerHTML: function () { | ||
return this.toString(); | ||
}, | ||
closest: function (selector) { | ||
@@ -1454,2 +1450,11 @@ | ||
}, | ||
}); | ||
Object.defineProperty(Node.prototype, "outerHTML", { | ||
get: function(){ | ||
return this.toString(); | ||
}, | ||
set: function(value){ | ||
throw "outerHTML si ReadOnly"; | ||
} | ||
}) | ||
@@ -1456,0 +1461,0 @@ |
{ | ||
"name": "advanced-html-parser", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
342850
7736