stream-to-pull-stream
Advanced tools
Comparing version 1.6.10 to 1.7.0
12
index.js
@@ -213,10 +213,10 @@ var pull = require('pull-stream/pull') | ||
} | ||
exports.transform = function (stream) { | ||
return function (read) { | ||
var _source = source(stream) | ||
sink(stream)(read); return _source | ||
} | ||
} | ||
{ | ||
"name": "stream-to-pull-stream", | ||
"description": "convert a stream1 or streams2 stream into a pull-stream", | ||
"version": "1.6.10", | ||
"version": "1.7.0", | ||
"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
14059
470