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

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 4.2.4 to 4.2.5

5

index.js

@@ -596,2 +596,3 @@ 'use strict'

this.removeListener('end', onend)
this.removeListener(DESTROYED, ondestroy)
stop()

@@ -603,2 +604,3 @@ reject(er)

this.removeListener('end', onend)
this.removeListener(DESTROYED, ondestroy)
this.pause()

@@ -610,2 +612,3 @@ resolve({ value: value, done: !!this[EOF] })

this.removeListener('data', ondata)
this.removeListener(DESTROYED, ondestroy)
stop()

@@ -641,2 +644,3 @@ resolve({ done: true })

this.removeListener(ERROR, stop)
this.removeListener(DESTROYED, stop)
this.removeListener('end', stop)

@@ -654,2 +658,3 @@ stopped = true

this.once(ERROR, stop)
this.once(DESTROYED, stop)

@@ -656,0 +661,0 @@ return {

2

package.json
{
"name": "minipass",
"version": "4.2.4",
"version": "4.2.5",
"description": "minimal implementation of a PassThrough stream",

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

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