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

minipass

Package Overview
Dependencies
Maintainers
9
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 2.6.1 to 2.6.2

12

index.js

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

const MAYBE_EMIT_END = Symbol('maybeEmitEnd')
const REMOVE_ALL_END_LISTENERS = Symbol('removeAllEndListeners')
const EMITTED_END = Symbol('emittedEnd')

@@ -261,3 +260,3 @@ const EMITTING_END = Symbol('emittingEnd')

super.emit(ev)
this[REMOVE_ALL_END_LISTENERS]()
this.removeAllListeners(ev)
}

@@ -282,3 +281,2 @@ }

this.emit('close')
this[REMOVE_ALL_END_LISTENERS]()
this[EMITTING_END] = false

@@ -338,12 +336,6 @@ }

else
this[REMOVE_ALL_END_LISTENERS]()
this.removeAllListeners(ev)
}
}
[REMOVE_ALL_END_LISTENERS] () {
this.removeAllListeners('end')
this.removeAllListeners('prefinish')
this.removeAllListeners('finish')
}
// const all = await stream.collect()

@@ -350,0 +342,0 @@ collect () {

2

package.json
{
"name": "minipass",
"version": "2.6.1",
"version": "2.6.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