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.8.4 to 16.8.5

4

react-dom/package.json
{
"name": "@types/react-dom",
"version": "16.8.4",
"version": "16.8.5",
"description": "TypeScript definitions for React (react-dom)",

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

},
"typesPublisherContentHash": "7df644e84370d57e2e797b12e67fc402427275caf9abae68e3b53cdaceed02bc",
"typesPublisherContentHash": "56f77dbe984b6484029a25616d89de41a23e882813d89c9a8ee65f2e9a349204",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for React (react-dom) ( http://facebook.github.io/react/ ).
This package contains type definitions for React (react-dom) (http://facebook.github.io/react/).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Thu, 11 Apr 2019 17:57:21 GMT
* Last updated: Tue, 23 Jul 2019 17:18:43 GMT
* Dependencies: @types/react

@@ -18,2 +18,2 @@ * Global values: ReactDOM, ReactDOMNodeStream, ReactDOMServer

# Credits
These definitions were written by Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>, MartynasZilinskas <https://github.com/MartynasZilinskas>, Josh Rutherford <https://github.com/theruther4d>, Jessica Franco <https://github.com/Jessidhia>.
These definitions were written by Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>, MartynasZilinskas <https://github.com/MartynasZilinskas>, Josh Rutherford <https://github.com/theruther4d>, and Jessica Franco <https://github.com/Jessidhia>.

@@ -294,5 +294,4 @@ import {

// the "void | undefined" is here to forbid any sneaky "Promise" returns.
// the actual return value is always a "DebugPromiseLike",
// but having an "| {}" makes it harder to accidentally use.
export function act(callback: () => void | undefined): DebugPromiseLike | {};
// the actual return value is always a "DebugPromiseLike".
export function act(callback: () => void | undefined): DebugPromiseLike;

@@ -299,0 +298,0 @@ // Intentionally doesn't extend PromiseLike<never>.

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