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

inbatches

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inbatches - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

3

dist/decorator.js

@@ -36,2 +36,5 @@ "use strict";

const batcher = getInstanceBatcher(this, property, method, options);
if (Array.isArray(key)) {
return Promise.all(key.map(each => batcher.enqueue(each)));
}
return batcher.enqueue(key);

@@ -38,0 +41,0 @@ };

2

package.json
{
"name": "inbatches",
"version": "0.0.9",
"version": "0.0.10",
"private": false,

@@ -5,0 +5,0 @@ "license": "MIT",

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