🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@types/react-dom

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-dom - npm Package Compare versions

Comparing version

to
18.3.6

6

react-dom v18.3/package.json
{
"name": "@types/react-dom",
"version": "18.3.5",
"version": "18.3.6",
"description": "TypeScript definitions for react-dom",

@@ -86,4 +86,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",

},
"typesPublisherContentHash": "15456a5462ef352f9e36979359f3f69058800e6b78eb73df502bca624fc31eb5",
"typeScriptVersion": "5.0"
"typesPublisherContentHash": "834677d5234a9cac8e4577db35f2c57055a80ca789b5f08832919b2e1d8db64b",
"typeScriptVersion": "5.1"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 11 Dec 2024 02:54:10 GMT
* Last updated: Wed, 02 Apr 2025 09:02:14 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Peer dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -27,2 +27,7 @@ // forward declarations

export type BootstrapScriptDescriptor = {
src: string;
integrity?: string | undefined;
crossOrigin?: string | undefined;
};
export interface RenderToPipeableStreamOptions {

@@ -33,4 +38,4 @@ identifierPrefix?: string;

bootstrapScriptContent?: string;
bootstrapScripts?: string[];
bootstrapModules?: string[];
bootstrapScripts?: Array<string | BootstrapScriptDescriptor>;
bootstrapModules?: Array<string | BootstrapScriptDescriptor>;
progressiveChunkSize?: number;

@@ -105,4 +110,4 @@ onShellReady?: () => void;

bootstrapScriptContent?: string;
bootstrapScripts?: string[];
bootstrapModules?: string[];
bootstrapScripts?: Array<string | BootstrapScriptDescriptor>;
bootstrapModules?: Array<string | BootstrapScriptDescriptor>;
progressiveChunkSize?: number;

@@ -109,0 +114,0 @@ signal?: AbortSignal;