Socket
Socket
Sign inDemoInstall

domhandler

Package Overview
Dependencies
1
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

2

lib/esm/node.d.ts

@@ -221,3 +221,3 @@ import { ElementType } from "domelementtype";

*/
export declare function isComment(node: Node): node is DataNode;
export declare function isComment(node: Node): node is Comment;
/**

@@ -224,0 +224,0 @@ * @param node Node to check.

@@ -221,3 +221,3 @@ import { ElementType } from "domelementtype";

*/
export declare function isComment(node: Node): node is DataNode;
export declare function isComment(node: Node): node is Comment;
/**

@@ -224,0 +224,0 @@ * @param node Node to check.

{
"name": "domhandler",
"version": "5.0.0",
"version": "5.0.1",
"description": "Handler for htmlparser2 that turns pages into a dom",

@@ -5,0 +5,0 @@ "author": "Felix Boehm <me@feedic.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc