pull-stream
Advanced tools
Comparing version 2.26.0 to 2.26.1
{ | ||
"name": "pull-stream", | ||
"description": "minimal pull stream", | ||
"version": "2.26.0", | ||
"version": "2.26.1", | ||
"homepage": "https://github.com/dominictarr/pull-stream", | ||
@@ -11,6 +11,7 @@ "repository": { | ||
"dependencies": { | ||
"pull-core": "~1.0.0" | ||
"pull-core": "~1.1.0" | ||
}, | ||
"devDependencies": { | ||
"tape": "~2.12.3" | ||
"tape": "~2.12.3", | ||
"pull-abortable": "~2.0.0" | ||
}, | ||
@@ -17,0 +18,0 @@ "scripts": { |
@@ -21,2 +21,6 @@ | ||
function (array) { | ||
if(!array) | ||
return function (abort, cb) { | ||
return cb(abort || true) | ||
} | ||
if(!Array.isArray(array)) | ||
@@ -23,0 +27,0 @@ array = Object.keys(array).map(function (k) { |
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
49840
35
1441
2
+ Addedpull-core@1.1.0(transitive)
- Removedpull-core@1.0.0(transitive)
Updatedpull-core@~1.1.0