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

graphology-shortest-path

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphology-shortest-path - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

4

dijkstra.js

@@ -110,3 +110,3 @@ /**

var finalPath,
var finalPath = [],
finalDistance = Infinity;

@@ -167,3 +167,3 @@

if (!finalDistance || finalDistance > d) {
if (finalPath.length === 0 || finalDistance > d) {
finalDistance = d;

@@ -170,0 +170,0 @@ finalPath = paths[0][u].concat(paths[1][u].slice(0, -1).reverse());

{
"name": "graphology-shortest-path",
"version": "1.3.3",
"version": "1.3.4",
"description": "Shortest path functions for graphology.",

@@ -40,3 +40,3 @@ "main": "index.js",

"@yomguithereal/eslint-config": "^4.0.0",
"eslint": "^7.2.0",
"eslint": "^7.5.0",
"graphology": "0.17.1",

@@ -59,4 +59,4 @@ "mocha": "^8.0.1"

"graphology-utils": "^1.7.0",
"mnemonist": "^0.36.1"
"mnemonist": "^0.38.0"
}
}
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