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

minipass

Package Overview
Dependencies
Maintainers
6
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minipass - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

4

index.d.ts

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

declare class Minipass<
export default class Minipass<
RType extends any = Buffer,

@@ -98,3 +98,3 @@ WType extends any = RType extends BufferOrString ? ContiguousData : RType

pipe<W extends Writable>(dest: W, opts?: Minipass.PipeOptions): W
unpipe<W extends Writable>(dest: W)
unpipe<W extends Writable>(dest: W): void

@@ -101,0 +101,0 @@ /**

{
"name": "minipass",
"version": "3.3.1",
"version": "3.3.2",
"description": "minimal implementation of a PassThrough stream",

@@ -5,0 +5,0 @@ "main": "index.js",

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