promise-subarrays
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -8,3 +8,3 @@ 'use strict'; | ||
factory.push = function(funct, args) { | ||
factory.push = function(funct, args = []) { | ||
factory.functionCalls.push({ | ||
@@ -11,0 +11,0 @@ funct: funct, |
{ | ||
"name": "promise-subarrays", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Similar to Promise.all() but allows you to await a certain number of promises at once.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2234