Socket
Socket
Sign inDemoInstall

minipass

Package Overview
Dependencies
Maintainers
7
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 7.0.0 to 7.0.1

2

dist/cjs/index.d.ts

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

*/
pipe<W extends Minipass.Writable>(dest: W, opts?: PipeOptions): W | undefined;
pipe<W extends Minipass.Writable>(dest: W, opts?: PipeOptions): W;
/**

@@ -401,0 +401,0 @@ * Fully unhook a piped destination stream.

@@ -556,3 +556,3 @@ "use strict";

if (this[DESTROYED])
return;
return dest;
this[DISCARDED] = false;

@@ -559,0 +559,0 @@ const ended = this[EMITTED_END];

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

*/
pipe<W extends Minipass.Writable>(dest: W, opts?: PipeOptions): W | undefined;
pipe<W extends Minipass.Writable>(dest: W, opts?: PipeOptions): W;
/**

@@ -401,0 +401,0 @@ * Fully unhook a piped destination stream.

@@ -547,3 +547,3 @@ const proc = typeof process === 'object' && process

if (this[DESTROYED])
return;
return dest;
this[DISCARDED] = false;

@@ -550,0 +550,0 @@ const ended = this[EMITTED_END];

{
"name": "minipass",
"version": "7.0.0",
"version": "7.0.1",
"description": "minimal implementation of a PassThrough stream",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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