Socket
Socket
Sign inDemoInstall

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.24.1 to 2.25.0

test/values.js

2

package.json
{
"name": "pull-stream",
"description": "minimal pull stream",
"version": "2.24.1",
"version": "2.25.0",
"homepage": "https://github.com/dominictarr/pull-stream",

@@ -6,0 +6,0 @@ "repository": {

@@ -218,3 +218,3 @@ var u = require('pull-core')

return cb(end)
if(Array.isArray(stream))
if(Array.isArray(stream) || stream && 'object' === typeof stream)
stream = sources.values(stream)

@@ -221,0 +221,0 @@ else if('function' != typeof stream)

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