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 3.3.2 to 3.3.3

2

dist/nodes/html.d.ts

@@ -184,3 +184,3 @@ import Node from './node';

get nextSibling(): Node;
get nextElementSibling(): Node;
get nextElementSibling(): HTMLElement;
get classNames(): string;

@@ -187,0 +187,0 @@ }

{
"name": "node-html-parser",
"version": "3.3.2",
"version": "3.3.3",
"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