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.26.0 to 2.26.1

test/abort-stalled.js

7

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

@@ -11,6 +11,7 @@ "repository": {

"dependencies": {
"pull-core": "~1.0.0"
"pull-core": "~1.1.0"
},
"devDependencies": {
"tape": "~2.12.3"
"tape": "~2.12.3",
"pull-abortable": "~2.0.0"
},

@@ -17,0 +18,0 @@ "scripts": {

@@ -21,2 +21,6 @@

function (array) {
if(!array)
return function (abort, cb) {
return cb(abort || true)
}
if(!Array.isArray(array))

@@ -23,0 +27,0 @@ array = Object.keys(array).map(function (k) {

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