Socket
Socket
Sign inDemoInstall

batch2

Package Overview
Dependencies
6
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

6

package.json
{
"name": "batch2",
"version": "1.0.4",
"version": "1.0.5",
"description": "A transform stream that collects chunks and passes them on as batches",

@@ -39,5 +39,5 @@ "main": "src/batch2.js",

"devDependencies": {
"standard": "^12.0.1",
"tap": "^14.0.0"
"standard": "^13.1.0",
"tap": "^14.6.1"
}
}

@@ -7,3 +7,3 @@ 'use strict'

const batchSize = options.size || 10
let _buffer = []
const _buffer = []

@@ -10,0 +10,0 @@ function _flush (callback) {

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