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

it-batch

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-batch - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

index.js

@@ -16,2 +16,6 @@ 'use strict'

if (size < 1) {
size = 1
}
for await (const thing of source) {

@@ -18,0 +22,0 @@ things.push(thing)

5

package.json
{
"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

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