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 16.9.11 to 16.9.12

3

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

@@ -33,2 +33,5 @@ // Type definitions for React (react-dom) 16.9

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

@@ -35,0 +38,0 @@ export function unstable_batchedUpdates<A>(callback: (a: A) => any, a: A): void;

6

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

@@ -46,4 +46,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "550ed1e4b6475591e135170a4c9ac8e70c518caca3a624a72c549b32c25a5ef3",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "d370d601f3f8f3cd93f6909456d6315b59e182661e8cc660138056e19e878455",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Fri, 12 Feb 2021 18:02:48 GMT
* Last updated: Tue, 23 Mar 2021 00:35:10 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: `ReactDOM`, `ReactDOMNodeStream`, `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