@types/react-dom
Advanced tools
Comparing version 18.2.15 to 18.2.16
{ | ||
"name": "@types/react-dom", | ||
"version": "18.2.15", | ||
"version": "18.2.16", | ||
"description": "TypeScript definitions for react-dom", | ||
@@ -85,4 +85,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom", | ||
}, | ||
"typesPublisherContentHash": "89d2db51d9354952a5871fe6343896615ca4e228ef8582ba6fb69ec1c5d89456", | ||
"typesPublisherContentHash": "92e8a0c4e89d1016692884d247bc1cef054510a6ce006161bda93a48c509af2c", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ |
// forward declarations | ||
declare global { | ||
namespace NodeJS { | ||
// tslint:disable-next-line:no-empty-interface | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
interface ReadableStream {} | ||
// tslint:disable-next-line:no-empty-interface | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
interface WritableStream {} | ||
@@ -14,3 +14,3 @@ } | ||
*/ | ||
// tslint:disable-next-line:no-empty-interface | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
interface AbortSignal {} | ||
@@ -21,3 +21,3 @@ | ||
*/ | ||
// tslint:disable-next-line:no-empty-interface | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
interface ReadableStream {} | ||
@@ -24,0 +24,0 @@ } |
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
32849