🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

graph-tools

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graph-tools

A graph lib based on graphlib and write in typescript

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

graph-lib

Based on graphlib, written in TypeScript.

tested with jest Build Status Coverage Status

Usage

npm install graph-tools
const { Graph, json, alg } = require('graph-tools')

const g = new Graph()

g.setNode('a')

TODO

  • add benchmark
  • add doc

Keywords

graph

FAQs

Package last updated on 05 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts