pull-stream
Advanced tools
Comparing version 2.19.0 to 2.20.0
@@ -55,3 +55,10 @@ var u = require('pull-core') | ||
var concat = exports.concat = | ||
function (cb) { | ||
return reduce(function (a, b) { | ||
return a + b | ||
}, '', cb) | ||
} | ||
return exports | ||
} |
{ | ||
"name": "pull-stream", | ||
"description": "minimal pull stream", | ||
"version": "2.19.0", | ||
"version": "2.20.0", | ||
"homepage": "https://github.com/dominictarr/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
43605
31
1241