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.0.2 to 1.0.3

4

package.json
{
"name": "graphology-shortest-path",
"version": "1.0.2",
"version": "1.0.3",
"description": "Shortest path functions for graphology.",

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

"eslint": "^5.9.0",
"graphology": "0.13.1",
"graphology": "0.14.0",
"mocha": "^5.2.0"

@@ -42,0 +42,0 @@ },

@@ -125,3 +125,3 @@ /**

if (!(successor in neighbor)) {
if (!(neighbor in successor)) {
reverseFringe.push(neighbor);

@@ -128,0 +128,0 @@ successor[neighbor] = node;

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