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.1 to 16.8.2

2

react-dom/index.d.ts

@@ -20,3 +20,3 @@ // Type definitions for React (react-dom) 16.8

export function findDOMNode(instance: ReactInstance): Element | null | Text;
export function findDOMNode(instance: ReactInstance | null | undefined): Element | null | Text;
export function unmountComponentAtNode(container: Element): boolean;

@@ -23,0 +23,0 @@

{
"name": "@types/react-dom",
"version": "16.8.1",
"version": "16.8.2",
"description": "TypeScript definitions for React (react-dom)",

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

},
"typesPublisherContentHash": "d61e9c5f7701893629315e54225f99c546539702788d18b5140f6c3d34973a72",
"typesPublisherContentHash": "efeed5f88d721ec3aa58ef3d2b2defaed4abbeedf94c989085f5b597a3f0383c",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Wed, 13 Feb 2019 21:04:55 GMT
* Last updated: Sat, 16 Feb 2019 17:42:08 GMT
* Dependencies: @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