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.7 to 1.0.8

11

components/dom.js

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

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