Socket
Socket
Sign inDemoInstall

@types/react-dom

Package Overview
Dependencies
Maintainers
1
Versions
150
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 18.0.2 to 18.0.3

4

react-dom/client.d.ts

@@ -25,3 +25,3 @@ /**

export interface Root {
render(children: React.ReactChild | Iterable<React.ReactNode>): void;
render(children: React.ReactNode): void;
unmount(): void;

@@ -39,4 +39,4 @@ }

container: Element | Document,
initialChildren: React.ReactChild | Iterable<React.ReactNode>,
initialChildren: React.ReactNode,
options?: HydrationOptions,
): Root;
{
"name": "@types/react-dom",
"version": "18.0.2",
"version": "18.0.3",
"description": "TypeScript definitions for React (react-dom)",

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

},
"typesPublisherContentHash": "72a20209680e5c96e111d54d943c23ee84ae698daf720273739b5f72b1f276a1",
"typesPublisherContentHash": "beabea1eec76768b42649fc9a768b90963113ad6306de533c8c68326ce67e0e6",
"typeScriptVersion": "3.9",

@@ -55,0 +55,0 @@ "exports": {

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

### Additional Details
* Last updated: Thu, 21 Apr 2022 18:01:42 GMT
* Last updated: Thu, 28 Apr 2022 23:31:45 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: `ReactDOM`, `ReactDOMServer`

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc