pull-paramap
Advanced tools
Comparing version 1.1.2 to 1.1.3
var pull = require('pull-stream') | ||
module.exports = function (map, width) { | ||
//by default, do max 32 map calls in parallel | ||
//(because I am 32 years old ;) | ||
width = width || 32 | ||
var reading = false, abort | ||
@@ -5,0 +8,0 @@ return function (read) { |
{ | ||
"name": "pull-paramap", | ||
"description": "parallel async map pull-stream", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"homepage": "https://github.com/dominictarr/pull-paramap", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
7125
192