batch-stream-operation
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,3 @@ | ||
'use strict' // eslint-disable-line | ||
const stream = require('readable-stream') | ||
@@ -2,0 +4,0 @@ |
{ | ||
"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') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36646
8
110