Socket
Socket
Sign inDemoInstall

minipass-flush

Package Overview
Dependencies
3
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -20,3 +20,3 @@ const Minipass = require('minipass')

emit (ev, ...data) {
if (ev !== 'end' || this[_flushed])
if ((ev !== 'end' && ev !== 'finish') || this[_flushed])
return super.emit(ev, ...data)

@@ -23,0 +23,0 @@

{
"name": "minipass-flush",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Minipass stream that calls a flush function before emitting 'end'",

@@ -5,0 +5,0 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc