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

batch-stream-operation

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batch-stream-operation - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.travis.yml

2

index.js

@@ -0,1 +1,3 @@

'use strict' // eslint-disable-line
const stream = require('readable-stream')

@@ -2,0 +4,0 @@

2

package.json
{
"name": "batch-stream-operation",
"version": "1.0.1",
"version": "1.0.2",
"description": "Group a stream into chunks of a given size, then perform an async operation on each batch before proceeding, with a given concurrency",

@@ -5,0 +5,0 @@ "main": "index.js",

/* eslint-disable id-length */
'use strict' // eslint-disable-line
const fs = require('fs')

@@ -3,0 +6,0 @@ const path = require('path')

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