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

js-graph

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-graph - npm Package Compare versions

Comparing version 0.1.0-r2 to 0.1.0-r3

2

bower.json
{
"name": "js-graph",
"version": "0.1.0-r2",
"version": "0.1.0-r3",
"description": "a javascript library for storing arbitrary data in mathematical (di)graphs, as well as traversing and analyzing them in various ways",

@@ -5,0 +5,0 @@ "ignore": [

{
"name": "js-graph",
"version": "0.1.0-r2",
"version": "0.1.0-r3",
"title": "Javascript Graph Datastructure",

@@ -5,0 +5,0 @@ "homepage": "http://mhelvens.net",

@@ -1,9 +0,14 @@

js-graph [![Build Status](https://travis-ci.org/mhelvens/js-graph.svg?branch=master)](https://travis-ci.org/mhelvens/js-graph)
js-graph
========
[![Build Status](https://travis-ci.org/mhelvens/js-graph.svg?branch=master)](https://travis-ci.org/mhelvens/js-graph)
[![Coverage Status](https://coveralls.io/repos/mhelvens/js-graph/badge.png?branch=master)](https://coveralls.io/r/mhelvens/js-graph?branch=master)
`js-graph` is a javascript library for storing arbitrary data in mathematical (di)graphs,
as well as traversing and analyzing them in various ways.
as well as traversing and analyzing them in various ways. It was originally created to
track dependencies between options and modules.
The library is fully functional and fully tested, but not yet documented. The tests in
the `spec` directory can be used, of course, but proper API documentation is also
forthcoming.
The library is fully functional and has near 100% test-coverage, but the API is not yet
properly documented. You could, of course, read the tests in the `spec` directory, but
user-friendly API documentation is forthcoming.
Feedback of any kind (questions, issues, pull requests) is greatly appreciated.
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