Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graph-paths

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

graph-paths - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

2

package.json
{
"name": "graph-paths",
"description": "Finding shortest / cheapest paths in a dense graph",
"version": "0.3.0",
"version": "0.4.0",
"author": "Erel Segal-haLevi <erelsgl@gmail.com>",

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

@@ -5,3 +5,3 @@ _graph-paths_ is a small module for finding cheapest (shortest) paths in a dense graph (network).

$ npm install should
$ npm install graph-paths

@@ -28,7 +28,4 @@ ## Example

console.log("cheapest path from node #0 to node #3:");
console.dir(cheapest_paths_from_0[3]);
console.dir(cheapest_paths_from_0[3].path);
```
See example.js for an example.
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