pull-stream
Advanced tools
Comparing version 2.5.0 to 2.5.1
{ | ||
"name": "pull-stream", | ||
"description": "minimal pull stream", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"homepage": "https://github.com/dominictarr/pull-stream", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -22,3 +22,3 @@ | ||
return read(null, function next (err, data) { | ||
if(err) return done(err) | ||
if(err) return done(err === true ? null : err) | ||
read(null, next) | ||
@@ -25,0 +25,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
27996