Comparing version 1.0.7 to 1.0.8
@@ -16,2 +16,6 @@ 'use strict' | ||
if (size < 1) { | ||
size = 1 | ||
} | ||
for await (const thing of source) { | ||
@@ -18,0 +22,0 @@ things.push(thing) |
{ | ||
"name": "it-batch", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Takes an async iterator that emits things and emits them as fixed size batches", | ||
@@ -28,3 +28,4 @@ "main": "index.js", | ||
}, | ||
"types": "dist/index.d.ts" | ||
"types": "dist/index.d.ts", | ||
"gitHead": "072e516f67366da9a371d54bbb216850502d78aa" | ||
} |
Sorry, the diff of this file is not supported yet
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
4652
83