Socket
Socket
Sign inDemoInstall

pull-traverse

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-traverse - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -35,3 +35,3 @@

cb(end)
return cb(end)
}

@@ -38,0 +38,0 @@ //if this stream has ended, go to the next queue

{
"name": "pull-traverse",
"description": "",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/dominictarr/pull-traverse",

@@ -13,3 +13,3 @@ "repository": {

"pull-stream": "~2.20.0",
"tape": "~1.0.4"
"tape": "~2.1.0"
},

@@ -16,0 +16,0 @@ "scripts": {

@@ -39,5 +39,8 @@ var pt = require('../')

//you have seen the dir already
var n = 0
t.plan(1)
pull(
ls_error(start, pt.depthFirst, err),
pull.drain(null, function (_err) {
console.log('END', ++n)
t.equal(_err, err)

@@ -44,0 +47,0 @@ t.end()

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