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.0.4 to 16.0.5

2

react-dom/index.d.ts

@@ -19,3 +19,3 @@ // Type definitions for React (react-dom) 16.0

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

@@ -22,0 +22,0 @@

@@ -0,0 +0,0 @@ import { ReactElement } from 'react';

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

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

},
"typesPublisherContentHash": "3c0998732070abfd4d2da77805a959a683f4a18a07a861eb32037c55ffadd4b0",
"typesPublisherContentHash": "36ecf49aea372a07a48ba74dd97cd75e08ecf3648028ba5de4da9e271b81896d",
"typeScriptVersion": "2.6"
}

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

Additional Details
* Last updated: Mon, 12 Feb 2018 20:56:56 GMT
* Last updated: Tue, 10 Apr 2018 17:48:29 GMT
* Dependencies: react, node

@@ -14,0 +14,0 @@ * Global values: ReactDOM, ReactDOMNodeStream, ReactDOMServer

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ import {

Sorry, the diff of this file is not supported yet

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