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.1.14 to 1.1.15

3

dist/index.d.ts

@@ -213,2 +213,5 @@ export declare enum NodeType {

noFix?: boolean;
script?: boolean;
style?: boolean;
pre?: boolean;
}): (TextNode & {

@@ -215,0 +218,0 @@ valid: boolean;

@@ -213,2 +213,5 @@ export declare enum NodeType {

noFix?: boolean;
script?: boolean;
style?: boolean;
pre?: boolean;
}): (TextNode & {

@@ -215,0 +218,0 @@ valid: boolean;

2

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

@@ -5,0 +5,0 @@ "main": "dist/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