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

batch-stream2

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batch-stream2 - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

index.js

@@ -10,3 +10,4 @@ var stream = require('readable-stream')

options || (options = {})
stream.Transform.call(this, { objectMode : true })
options.objectMode = true
stream.Transform.call(this, options)
this.size = options.size || 100

@@ -13,0 +14,0 @@ this.timeout = 'timeout' in options ? options.timeout : 5000

{
"name": "batch-stream2",
"version": "0.1.2",
"version": "0.1.3",
"description": "Transform a stream into batches, with custom async operation before emitting data",

@@ -5,0 +5,0 @@ "dependencies": {

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