Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pull-stream

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-stream - npm Package Compare versions

Comparing version 2.19.0 to 2.20.0

test/concat.js

7

maybe.js

@@ -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
}

2

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc