New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@types/react-html-parser

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-html-parser - npm Package Compare versions

Comparing version
2.0.5
to
2.0.6
+1
-0
react-html-parser/index.d.ts

@@ -5,2 +5,3 @@ import { DomElement } from "htmlparser2";

export interface Transform {
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
(node: DomElement, index: number, transform?: Transform): ReactElement | void | null;

@@ -7,0 +8,0 @@ }

+2
-2
{
"name": "@types/react-html-parser",
"version": "2.0.5",
"version": "2.0.6",
"description": "TypeScript definitions for react-html-parser",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-html-parser",

},
"typesPublisherContentHash": "4fe66dd92ae9f6383c7ad35f4e68efb49de9973ee0fd86d38cdfff1dcf372808",
"typesPublisherContentHash": "1ee57a9e66e095261031d87289d1f39891ecd88b09f8253fa7a7e69287b6604e",
"typeScriptVersion": "4.5"
}

@@ -15,2 +15,3 @@ # Installation

export interface Transform {
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
(node: DomElement, index: number, transform?: Transform): ReactElement | void | null;

@@ -38,3 +39,3 @@ }

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT
* Dependencies: [@types/htmlparser2](https://npmjs.com/package/@types/htmlparser2), [@types/react](https://npmjs.com/package/@types/react)

@@ -41,0 +42,0 @@