Socket
Socket
Sign inDemoInstall

@types/domhandler

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.2 to 2.4.3

4

domhandler/index.d.ts

@@ -36,3 +36,3 @@ // Type definitions for domhandler 2.4

export interface DomElement {
attribs?: {[s: string]: string} | undefined;
attribs?: { [s: string]: string } | undefined;
children?: DomElement[] | undefined;

@@ -73,3 +73,3 @@ data?: any;

onclosetag(): void;
onopentag(name: string, attribs: {[s: string]: string}): void;
onopentag(name: string, attribs: { [s: string]: string }): void;
ontext(data: string): void;

@@ -76,0 +76,0 @@ oncomment(data: string): void;

{
"name": "@types/domhandler",
"version": "2.4.2",
"version": "2.4.3",
"description": "TypeScript definitions for domhandler",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/domhandler",

"dependencies": {},
"typesPublisherContentHash": "125509c324cf021fa0e211cfd1780659639facf466fa40143b2884f50b8eac53",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "e780166f32ee1fd60a80aa9b593b85974fe9190ca8aa19bf8f5c8dcc18a0b873",
"typeScriptVersion": "4.5"
}

@@ -46,3 +46,3 @@ # Installation

export interface DomElement {
attribs?: {[s: string]: string} | undefined;
attribs?: { [s: string]: string } | undefined;
children?: DomElement[] | undefined;

@@ -83,3 +83,3 @@ data?: any;

onclosetag(): void;
onopentag(name: string, attribs: {[s: string]: string}): void;
onopentag(name: string, attribs: { [s: string]: string }): void;
ontext(data: string): void;

@@ -95,3 +95,3 @@ oncomment(data: string): void;

### Additional Details
* Last updated: Tue, 06 Jul 2021 20:32:46 GMT
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT
* Dependencies: none

@@ -98,0 +98,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc