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.3
to
2.0.4
+0
-7
react-html-parser/index.d.ts

@@ -1,8 +0,1 @@

// Type definitions for react-html-parser 2.0
// Project: https://github.com/wrakky/react-html-parser#readme
// Definitions by: Spencer Elliott <https://github.com/elliottsj>
// Wooram Jun <https://github.com/chatoo2412>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import { DomElement } from "htmlparser2";

@@ -9,0 +2,0 @@ import { ReactElement } from "react";

+6
-6
{
"name": "@types/react-html-parser",
"version": "2.0.3",
"version": "2.0.4",
"description": "TypeScript definitions for react-html-parser",

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

"name": "Spencer Elliott",
"url": "https://github.com/elliottsj",
"githubUsername": "elliottsj"
"githubUsername": "elliottsj",
"url": "https://github.com/elliottsj"
},
{
"name": "Wooram Jun",
"url": "https://github.com/chatoo2412",
"githubUsername": "chatoo2412"
"githubUsername": "chatoo2412",
"url": "https://github.com/chatoo2412"
}

@@ -32,4 +32,4 @@ ],

},
"typesPublisherContentHash": "7a71f22cb8c6c9704877de50acfabf211e4e156794fc606c874df99ce6a1b2ce",
"typesPublisherContentHash": "e8ca191648138094cf6e67e043c7aad86a8cf94d22d6211b5c253f152c8525f3",
"typeScriptVersion": "4.5"
}

@@ -11,9 +11,2 @@ # Installation

````ts
// Type definitions for react-html-parser 2.0
// Project: https://github.com/wrakky/react-html-parser#readme
// Definitions by: Spencer Elliott <https://github.com/elliottsj>
// Wooram Jun <https://github.com/chatoo2412>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import { DomElement } from "htmlparser2";

@@ -45,7 +38,6 @@ import { ReactElement } from "react";

### Additional Details
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT
* Dependencies: [@types/htmlparser2](https://npmjs.com/package/@types/htmlparser2), [@types/react](https://npmjs.com/package/@types/react)
* Global values: none
# Credits
These definitions were written by [Spencer Elliott](https://github.com/elliottsj), and [Wooram Jun](https://github.com/chatoo2412).