Socket
Socket
Sign inDemoInstall

flush-write-stream

Package Overview
Dependencies
8
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

index.js
var stream = require('readable-stream')
var util = require('util')
var inherits = require('inherits')

@@ -24,3 +24,3 @@ var SIGNAL_FLUSH = new Buffer([0])

util.inherits(WriteStream, stream.Writable)
inherits(WriteStream, stream.Writable)

@@ -27,0 +27,0 @@ WriteStream.obj = function (opts, worker, flush) {

{
"name": "flush-write-stream",
"version": "1.0.1",
"version": "1.0.2",
"description": "A write stream constructor that supports a flush function that is called before finish is emitted",
"main": "index.js",
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^2.0.4"

@@ -8,0 +9,0 @@ },

Sorry, the diff of this file is not supported yet

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