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 4.0.9 to 4.0.10

2

readable-stream/index.d.ts

@@ -537,3 +537,3 @@ /// <reference types="node" />

): void;
destroy?(this: _IWritable, error: Error | null, callback: (error: Error | null) => void): void;
destroy?(this: _IWritable, error: Error | null, callback: (error?: Error | null) => void): void;
final?(this: _IWritable, callback: (error?: Error | null) => void): void;

@@ -540,0 +540,0 @@ };

{
"name": "@types/readable-stream",
"version": "4.0.9",
"version": "4.0.10",
"description": "TypeScript definitions for readable-stream",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/readable-stream",

},
"typesPublisherContentHash": "523c3c2b9d0c39831d3c4619088f1478d7780c84dd4159873a1efc2e408bf982",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "894963542793beab843aa466b2a08edb9b44502193b3e516aa5387f36446739d",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT
* Last updated: Thu, 07 Dec 2023 07:07:09 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [safe-buffer](https://npmjs.com/package/safe-buffer)

@@ -14,0 +14,0 @@

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