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 15.5.2 to 15.5.3

0

react-dom/index.d.ts

@@ -0,0 +0,0 @@ // Type definitions for React (react-dom) 15.5

6

react-dom/node-stream/index.d.ts

@@ -1,4 +0,2 @@

/// <reference types="node" />
import { ReactElement } from 'react';
import * as stream from 'stream';

@@ -10,3 +8,3 @@ /**

*/
export function renderToStream(element: ReactElement<any>): stream.Readable;
export function renderToStream(element: ReactElement<any>): any;

@@ -18,5 +16,5 @@ /**

*/
export function renderToStaticStream(element: ReactElement<any>): stream.Readable;
export function renderToStaticStream(element: ReactElement<any>): any;
export const version: string;
export as namespace ReactDOMNodeStream;
{
"name": "@types/react-dom",
"version": "15.5.2",
"version": "15.5.3",
"description": "TypeScript definitions for React (react-dom)",

@@ -31,8 +31,7 @@ "license": "MIT",

"dependencies": {
"@types/react": "*",
"@types/node": "*"
"@types/react": "*"
},
"peerDependencies": {},
"typesPublisherContentHash": "544cee2acb06e6d496a3611b44d117f8d680c5bb543987ff0ee7b2db669a389d",
"typesPublisherContentHash": "7a199f9d2991739bf397fc8da267cf2d1c99d121461477babefbc6981da82901",
"typeScriptVersion": "2.3"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Thu, 03 Aug 2017 13:57:01 GMT
* Dependencies: react, stream, node
* Last updated: Tue, 15 Aug 2017 18:11:20 GMT
* Dependencies: react
* Global values: ReactDOM, ReactDOMNodeStream, ReactDOMServer

@@ -15,0 +15,0 @@

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

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