Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/readable-stream

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/readable-stream - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

5

readable-stream/index.d.ts

@@ -64,2 +64,7 @@ // Type definitions for readable-stream 2.3

class Duplex extends Writable implements /*extends*/_Readable, stream.Duplex {
/**
* This is a dummy function required to retain type compatibility to node.
* @deprecated DO NOT USE
*/
static from(source: any): any;
allowHalfOpen: boolean;

@@ -66,0 +71,0 @@ destroyed: boolean;

4

readable-stream/package.json
{
"name": "@types/readable-stream",
"version": "2.3.1",
"version": "2.3.2",
"description": "TypeScript definitions for readable-stream",

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

},
"typesPublisherContentHash": "268ccb635f8613df67c857554a16e768f63e5e58fd748404ed60f7aba9ffea43",
"typesPublisherContentHash": "ef45bdbde914efd5bbee8a29c1dcf1b291f39bf5235fc333150beda0f3a8108f",
"typeScriptVersion": "2.3"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for readable-stream ( https://github.com/nodejs/readable-stream ).
This package contains type definitions for readable-stream (https://github.com/nodejs/readable-stream).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Wed, 27 Feb 2019 21:32:08 GMT
* Last updated: Mon, 08 Jul 2019 16:48:00 GMT
* Dependencies: @types/safe-buffer, @types/node

@@ -15,0 +15,0 @@ * Global values: _Readable

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