pull-paramap
Advanced tools
Comparing version 1.0.3 to 1.0.5
@@ -15,3 +15,3 @@ var pull = require('pull-stream') | ||
} | ||
if(typeof seen[j] !== 'undefined') { | ||
if(Object.hasOwnProperty.call(seen, j)) { | ||
_cb = null | ||
@@ -18,0 +18,0 @@ cb(null, seen[j++]) |
{ | ||
"name": "pull-paramap", | ||
"description": "parallel async map pull-stream", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"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
4946