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

@types/multistream

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/multistream - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

multistream/index.d.ts

@@ -8,3 +8,3 @@ // Type definitions for multistream 4.1

import { Stream, Readable as ReadableStream, ReadableOptions } from 'stream';
import { Readable as ReadableStream, ReadableOptions, Stream } from "stream";

@@ -11,0 +11,0 @@ declare class MultiStream extends ReadableStream {

{
"name": "@types/multistream",
"version": "4.1.0",
"version": "4.1.1",
"description": "TypeScript definitions for multistream",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/multistream",

},
"typesPublisherContentHash": "dc5e162309174ab6438fda6b5590b741e56d51d11cf41e4966d90ba8fef3c47c",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "3ca65f4aac213ddf22ee312d90e547ad80303b956381a841fcd563ea58d2855d",
"typeScriptVersion": "4.5"
}

@@ -18,3 +18,3 @@ # Installation

import { Stream, Readable as ReadableStream, ReadableOptions } from 'stream';
import { Readable as ReadableStream, ReadableOptions, Stream } from "stream";

@@ -43,3 +43,3 @@ declare class MultiStream extends ReadableStream {

### Additional Details
* Last updated: Thu, 10 Mar 2022 11:01:43 GMT
* Last updated: Wed, 27 Sep 2023 09:42:16 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -46,0 +46,0 @@ * Global values: none

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