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

6

package.json
{
"name": "stream-batch",
"version": "0.0.0",
"description": "Group items into batches (arrays). A batch is send 1) when it reached its maxSize, 2) when maxWait ms since last item no new items are received or 3) when the first item in the batch is already maxTime ms old",
"version": "0.0.1",
"description": "Group items into batches, defined by size or time.",
"main": "dist/index.js",

@@ -11,3 +11,3 @@ "scripts": {

"clean": "rm -rf dist",
"prepublish": "npm run build:clean"
"prepublish": "npm run clean && npm run build"
},

@@ -14,0 +14,0 @@ "keywords": [

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