Socket
Socket
Sign inDemoInstall

node-html-parser

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-html-parser - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

1

dist/nodes/html.js

@@ -503,3 +503,2 @@ "use strict";

HTMLElement.prototype.hasAttribute = function (key) {
console.error(this.attributes, key);
return key in this.attributes;

@@ -506,0 +505,0 @@ };

@@ -512,3 +512,2 @@ var __extends = (this && this.__extends) || (function () {

HTMLElement.prototype.hasAttribute = function (key) {
console.error(this.attributes, key);
return key in this.attributes;

@@ -515,0 +514,0 @@ };

8

package.json
{
"name": "node-html-parser",
"version": "1.2.6",
"version": "1.2.7",
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",

@@ -29,8 +29,8 @@ "main": "dist/index.js",

"devDependencies": {
"@types/entities": "latest",
"@types/he": "latest",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/eslint-plugin-tslint": "latest",
"@typescript-eslint/parser": "latest",
"@types/entities": "latest",
"@types/he": "latest",
"@types/node": "latest",
"blanket": "latest",

@@ -37,0 +37,0 @@ "del-cli": "latest",

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