promise_mtd
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "promise_mtd", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Set of methods allowing simplify work with Promises in cycle. Methods: forEach, map, while, transform, parallel", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ # promise_mtd | ||
Implementation of cycle ```while``` for using with promise. | ||
Method ```parallel``` allows to run concurrently promises such as method ```Promise.all```, but with limit. | ||
Method ```parallel``` allows to run concurrently promises similar to method ```Promise.all```, but with limit. | ||
The library has no dependencies 😀. | ||
@@ -9,0 +9,0 @@ |
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
8239