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 0.14.22 to 0.14.23

4

react-dom/index.d.ts

@@ -31,3 +31,3 @@ // Type definitions for React (react-dom) 0.14

function render<P>(
element: ReactElement<P> | null,
element: ReactElement<P>,
container: Element | null,

@@ -61,5 +61,5 @@ callback?: (component?: Component<P, ComponentState> | Element) => any): Component<P, ComponentState> | Element | void;

parentComponent: Component<any, any>,
element: ReactElement<P> | null,
element: ReactElement<P>,
container: Element,
callback?: (component?: Component<P, ComponentState> | Element) => any): Component<P, ComponentState> | Element | void;
}
{
"name": "@types/react-dom",
"version": "0.14.22",
"version": "0.14.23",
"description": "TypeScript definitions for React (react-dom)",

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

"peerDependencies": {},
"typesPublisherContentHash": "54698cfd48a29d48709658875de8eb8d8b153f01b733c780dcab48b9e97f2d04",
"typesPublisherContentHash": "0a3e9ebed61848be2f94bbeddfa2ac318587ee312f7c217d7c41276c94b40362",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Mon, 30 Jan 2017 22:14:18 GMT
* Last updated: Tue, 07 Feb 2017 20:01:00 GMT
* Dependencies: react

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

@@ -31,5 +31,5 @@ {

"hasPackageJson": false,
"contentHash": "54698cfd48a29d48709658875de8eb8d8b153f01b733c780dcab48b9e97f2d04"
"contentHash": "0a3e9ebed61848be2f94bbeddfa2ac318587ee312f7c217d7c41276c94b40362"
},
"isLatest": true
}
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