You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@types/react-dom

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.14.11-alpha to 0.14.12-alpha

4

index.d.ts

@@ -19,3 +19,3 @@ // Type definitions for React v0.14 (react-dom)

function render<P extends DOMAttributes, T extends Element>(
function render<P extends DOMAttributes<T>, T extends Element>(
element: DOMElement<P, T>,

@@ -45,3 +45,3 @@ container: Element,

function unstable_renderSubtreeIntoContainer<P extends DOMAttributes, T extends Element>(
function unstable_renderSubtreeIntoContainer<P extends DOMAttributes<T>, T extends Element>(
parentComponent: Component<any, any>,

@@ -48,0 +48,0 @@ element: DOMElement<P, T>,

{
"name": "@types/react-dom",
"version": "0.14.11-alpha",
"version": "0.14.12-alpha",
"description": "TypeScript definitions for React v0.14 (react-dom)",

@@ -15,4 +15,4 @@ "main": "",

"dependencies": {
"@types/react": "0.14.25-alpha"
"@types/react": "0.14.26-alpha"
}
}

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

Additional Details
* Last updated: Sun, 03 Jul 2016 23:17:27 GMT
* Last updated: Fri, 08 Jul 2016 19:22:06 GMT
* File structure: UMD

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -26,3 +26,3 @@ {

],
"contentHash": "0e1df0c5803f411599d013fcccb1866b7c093c8f05a0dbce960750aadf1aa0c0"
"contentHash": "750bb923199dfc761f2ab66244eb971e2215c6f2ceba785a719e0dde4a434273"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc