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

graph-data-structure

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graph-data-structure - npm Package Compare versions

Comparing version 1.12.0 to 1.12.1

2

index.d.ts

@@ -18,3 +18,3 @@ declare type NodeId = string;

adjacent: (node: string) => string[];
addEdge: (u: string, v: string, weight: number) => any;
addEdge: (u: string, v: string, weight?: number | undefined) => any;
removeEdge: (u: string, v: string) => any;

@@ -21,0 +21,0 @@ setEdgeWeight: (u: string, v: string, weight: number) => any;

{
"name": "graph-data-structure",
"version": "1.12.0",
"version": "1.12.1",
"description": "A graph data structure with topological sort.",

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

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