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.7 to 16.0.8

3

react-dom/index.d.ts

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

// Josh Rutherford <https://github.com/theruther4d>
// JounQin <https://github.com/JounQin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -20,3 +21,3 @@ // TypeScript Version: 2.8

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

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

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

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

@@ -28,2 +28,7 @@ "license": "MIT",

"githubUsername": "theruther4d"
},
{
"name": "JounQin",
"url": "https://github.com/JounQin",
"githubUsername": "JounQin"
}

@@ -41,4 +46,4 @@ ],

},
"typesPublisherContentHash": "a72fcd94e060e36ee9396fe5c65569f1b87e6c64cce5d2d3461e86fa4b3a865d",
"typesPublisherContentHash": "3acfd1c0fb518725f930263c862b2bcfa39236c3dd341111477e7cc26ee28bca",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Mon, 06 Aug 2018 21:55:26 GMT
* Last updated: Thu, 27 Sep 2018 12:34:24 GMT
* Dependencies: react, node

@@ -17,2 +17,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>.
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>, JounQin <https://github.com/JounQin>.

@@ -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