New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stream-batch

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-batch - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/index.js

@@ -28,3 +28,3 @@ var through;

}
if (opts.maxItems && batch.length >= opts.maxItems) {
if (opts.maxItems && batches[batchId].length >= opts.maxItems) {
flush();

@@ -31,0 +31,0 @@ } else {

{
"name": "stream-batch",
"version": "0.0.4",
"version": "0.0.5",
"author": "Hans Donner <hans.donner@pobox.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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