stream-to-pull-stream
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -28,2 +28,3 @@ var pull = require('pull-core') | ||
if(!ended) read(ended = true, done) | ||
else done() | ||
} | ||
@@ -30,0 +31,0 @@ function onError (err) { |
{ | ||
"name": "stream-to-pull-stream", | ||
"description": "convert a stream1 or streams2 stream into a pull-stream", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"homepage": "https://github.com/dominictarr/stream-to-pull-stream", | ||
@@ -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
11023
357