domhandler
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -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
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
74957