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

bulk-write-stream

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bulk-write-stream - npm Package Compare versions

Comparing version 1.1.4 to 2.0.0

3

index.js
var stream = require('readable-stream')
var inherits = require('inherits')
var bufferFrom = require('buffer-from')
var SIGNAL_FLUSH = bufferFrom([0])
var SIGNAL_FLUSH = Buffer.from([0])

@@ -7,0 +6,0 @@ var Bulk = function (opts, worker, flush) {

{
"name": "bulk-write-stream",
"version": "1.1.4",
"version": "2.0.0",
"description": "Writable stream that forwards everything in the highWaterMark buffer to a custom write function using the new writev api in streams",
"main": "index.js",
"dependencies": {
"buffer-from": "^1.0.0",
"inherits": "^2.0.1",
"readable-stream": "^2.1.4"
"inherits": "^2.0.3",
"readable-stream": "^3.1.1"
},

@@ -11,0 +10,0 @@ "devDependencies": {

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