Socket
Socket
Sign inDemoInstall

@types/react-dom

Package Overview
Dependencies
4
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.9.17 to 16.9.18

5

react-dom v16.9/index.d.ts

@@ -37,5 +37,4 @@ // Type definitions for React (react-dom) 16.9

export function unstable_batchedUpdates<A, B>(callback: (a: A, b: B) => any, a: A, b: B): void;
export function unstable_batchedUpdates<A>(callback: (a: A) => any, a: A): void;
export function unstable_batchedUpdates(callback: () => any): void;
export function unstable_batchedUpdates<A, R>(callback: (a: A) => R, a: A): R;
export function unstable_batchedUpdates<R>(callback: () => R): R;

@@ -42,0 +41,0 @@ export function unstable_renderSubtreeIntoContainer<T extends Element>(

6

react-dom v16.9/package.json
{
"name": "@types/react-dom",
"version": "16.9.17",
"version": "16.9.18",
"description": "TypeScript definitions for React (react-dom)",

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

},
"typesPublisherContentHash": "c094417aed7d69854791ab279c66f70bc4fba7c2da088526730285fff26de019",
"typeScriptVersion": "4.1"
"typesPublisherContentHash": "b229ad33a419884f004fd4e1823e41bae30bd462a08c2374cb4a779fd45ff142",
"typeScriptVersion": "4.2"
}

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

### Additional Details
* Last updated: Thu, 27 Oct 2022 11:32:51 GMT
* Last updated: Wed, 15 Feb 2023 00:32:44 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc