Socket
Socket
Sign inDemoInstall

@types/react-dom

Package Overview
Dependencies
Maintainers
1
Versions
149
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.2.23 to 18.2.24

1

react-dom/index.d.ts

@@ -34,3 +34,2 @@ // NOTE: Users of the `experimental` builds of React should add a reference

export function flushSync<R>(fn: () => R): R;
export function flushSync<A, R>(fn: (a: A) => R, a: A): R;

@@ -37,0 +36,0 @@ export function unstable_batchedUpdates<A, R>(callback: (a: A) => R, a: A): R;

4

react-dom/package.json
{
"name": "@types/react-dom",
"version": "18.2.23",
"version": "18.2.24",
"description": "TypeScript definitions for react-dom",

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

},
"typesPublisherContentHash": "1c7cd64bb21e0109c4a64d7532b342e135fd2e6d50a9e5c0f6808eec4fdbecf3",
"typesPublisherContentHash": "014e80a5099dc870a23431a7ba84df095033e4cf8a9e962747c8c30a8db58a9a",
"typeScriptVersion": "4.7"
}

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

### Additional Details
* Last updated: Thu, 28 Mar 2024 16:36:06 GMT
* Last updated: Wed, 03 Apr 2024 21:07:13 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@

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