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 2.0.1 to 2.0.2

1

index.d.ts

@@ -8,2 +8,3 @@ export * as dijkstra from './dijkstra';

bidirectional,
undirectedSingleSourceLength,
brandes

@@ -10,0 +11,0 @@ } from './unweighted';

2

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

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

@@ -174,2 +174,2 @@ # Graphology Shortest Path

- **graph** _Graph_: a `graphology` instance.
- **edgePath** _Array_: edge path to convert.
- **nodePath** _Array_: node path to convert.

@@ -29,2 +29,7 @@ import Graph from 'graphology-types';

export function undirectedSingleSourceLength(
graph: Graph,
node: unknown
): ShortestPathLengthMapping;
export function brandes(graph: Graph, source: unknown): BrandesResult;
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