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.0 to 1.0.1

2

index.js
const Minipass = require('minipass')
const _flush = Symbol('_flush')
class Flush extends Minipass {
constructor (opt) {
constructor (opt = {}) {
if (typeof opt === 'function')

@@ -6,0 +6,0 @@ opt = { flush: opt }

{
"name": "minipass-flush",
"version": "1.0.0",
"version": "1.0.1",
"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