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.25.0 to 2.26.0

2

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

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

@@ -85,2 +85,8 @@

var error = exports.error = function (err) {
return function (abort, cb) {
cb(err)
}
}
var depthFirst = exports.depthFirst =

@@ -87,0 +93,0 @@ function (start, createStream) {

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

var map = exports.map =
var map = exports.map =
function (read, map) {

@@ -113,3 +113,3 @@ map = prop(map) || id

var through = exports.through =
var through = exports.through =
function (read, op, onEnd) {

@@ -224,3 +224,2 @@ var a = false

throw new Error('expected stream of streams')
_read = stream

@@ -227,0 +226,0 @@ nextChunk()

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