promise-map-series
Advanced tools
Comparing version 0.2.1 to 0.2.2
# master | ||
# 0.2.2 | ||
* Use better function name for clearer stack traces | ||
# 0.2.1 | ||
@@ -4,0 +8,0 @@ |
var Promise = require('rsvp').Promise; | ||
module.exports = function sequence(array, iterator, thisArg) { | ||
module.exports = function promiseMapSeries(array, iterator, thisArg) { | ||
var length = array.length | ||
@@ -5,0 +5,0 @@ var current = Promise.resolve() |
{ | ||
"name": "promise-map-series", | ||
"description": "Map over array avoiding parallel execution, using promises", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Jo Liss <joliss42@gmail.com>", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
5246
8