New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-bfs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-bfs - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

1

lib/bfs.js

@@ -34,2 +34,3 @@ var async = require('async');

goal(newNode, function(err, isGoal) {
visited[newNode] = {from: node};
if (err) return goalCallback(err);

@@ -36,0 +37,0 @@ if (isGoal) foundGoal = {node: newNode};

2

package.json
{
"name": "async-bfs",
"version": "0.1.3",
"version": "0.1.4",
"description": "Flexible functional async breadth first search",

@@ -5,0 +5,0 @@ "main": "index.js",

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