Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@newdash/graphlib

newdash7.9kMIT3.1.4TypeScript support: included

A directed and undirected multi-graph library

graph, algorithms

readme

Graph Library - NewDash Fork

graphlib with security update & type definition

npm (scoped) node-test codecov

Security Rating Bugs Technical Debt

Quick Start

npm i -S @newdash/graphlib
import { Graph } from "@newdash/graphlib"

const g = var g = new Graph({ directed: true, compound: true, multigraph: true });
g.setNode("my-id", "my-label");
g.node("my-id"); // returns "my-label"

API REFERENCE

CHANGELOG

LICENSE

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.4 (2023-01-25)

Features

Bug Fixes

3.1.3 (2022-08-12)

3.1.2 (2022-03-18)

3.1.1 (2021-10-26)

Bug Fixes

3.1.0 (2021-10-26)

Features

Bug Fixes

3.0.5 (2021-10-07)

Bug Fixes

3.0.4 (2021-10-07)

3.0.3 (2021-10-07)

Bug Fixes

3.0.2 (2021-10-07)

Bug Fixes