node-html-parser
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -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 @@ }; |
{ | ||
"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", |
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
158621
2856