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.1 to 5.0.2

2

lib/esm/node.d.ts

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

export declare type ParentNode = Document | Element | CDATA;
export declare type ChildNode = DataNode | Element | CDATA;
export declare type ChildNode = Text | Comment | ProcessingInstruction | Element | CDATA;
export declare type AnyNode = ParentNode | ChildNode;

@@ -24,0 +24,0 @@ /**

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

export declare type ParentNode = Document | Element | CDATA;
export declare type ChildNode = DataNode | Element | CDATA;
export declare type ChildNode = Text | Comment | ProcessingInstruction | Element | CDATA;
export declare type AnyNode = ParentNode | ChildNode;

@@ -24,0 +24,0 @@ /**

{
"name": "domhandler",
"version": "5.0.1",
"version": "5.0.2",
"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