You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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

to
1.1.1-alpha

karma.ci.conf.js

5

package.json
{
"name": "js-graph",
"version": "1.1.0-alpha",
"version": "1.1.1-alpha",
"title": "Javascript Graph Datastructure",

@@ -58,4 +58,5 @@ "homepage": "https://github.com/mhelvens/js-graph",

"build": "mkdir -p dist && cp src/js-graph.es6.js dist && webpack && uglifyjs dist/js-graph.js -mo dist/js-graph.min.js --in-source-map dist/js-graph.js.map --source-map dist/js-graph.min.js.map",
"test": "karma start"
"test": "karma start",
"test-ci": "karma start ./karma.ci.conf.js"
}
}

2

README.md

@@ -12,5 +12,5 @@ js-graph

The library is fully functional and has 100% test-coverage, but the API is not yet
properly documented. You could, of course, read the tests in the `spec` directory, but
properly documented. You could, of course, read the tests in the `test` directory, but
user-friendly API documentation is forthcoming.
Feedback of any kind (questions, issues, pull requests) is greatly appreciated.