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.1.0 to 0.2.0

11

graph-paths.js

@@ -62,8 +62,5 @@ /**

module.exports = {
cheapest_paths: cheapest_paths
}
// UTILS:
//UTILS:

@@ -95,1 +92,7 @@ var argmax = function(array, iterator) {

}
module.exports = {
cheapest_paths: cheapest_paths
}
{
"name": "graph-paths",
"description": "Finding shortest / cheapest paths in a dense graph",
"version": "0.1.0",
"version": "0.2.0",
"author": "Erel Segal-haLevi <erelsgl@gmail.com>",

@@ -10,2 +10,3 @@ "repository": {

},
"main": "./graph-paths.js",
"dependencies" : { },

@@ -12,0 +13,0 @@ "devDependencies" : { },

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