Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

advanced-html-parser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

advanced-html-parser - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

13

components/dom.js

@@ -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",

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