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

5

react-dom/index.d.ts

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

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

@@ -16,3 +17,3 @@ // TypeScript Version: 2.3

ReactElement, SFCElement, CElement,
DOMAttributes, DOMElement
DOMAttributes, DOMElement, ReactNode, ReactPortal
} from 'react';

@@ -23,2 +24,4 @@

export function createPortal(children: ReactNode, container: Element): ReactPortal;
export const version: string;

@@ -25,0 +28,0 @@ export const render: Renderer;

9

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

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

"githubUsername": "MartynasZilinskas"
},
{
"name": "Josh Rutherford",
"url": "https://github.com/theruther4d",
"githubUsername": "theruther4d"
}

@@ -36,4 +41,4 @@ ],

},
"typesPublisherContentHash": "017784e8cdf5725411b88392581de0655386d03605f61af6fbd88520eeb3b4c2",
"typesPublisherContentHash": "b48be27b62110c1c8cdb242a84728f4ca63499191894c602585adc5f0501882f",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 06 Oct 2017 18:28:27 GMT
* Last updated: Thu, 19 Oct 2017 15:06:27 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>.
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>.
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