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

ngraph.graph

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngraph.graph - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "ngraph.graph",
"version": "0.0.1",
"version": "0.0.2",
"description": "Base graph structure in ngraph.*",

@@ -20,3 +20,3 @@ "main": "index.js",

"bugs": {
"url": "https://github.com/anvaka/ngraph.grpaph/issues"
"url": "https://github.com/anvaka/ngraph.graph/issues"
},

@@ -23,0 +23,0 @@ "devDependencies": {

ngraph.graph
============
Base [graph](http://en.wikipedia.org/wiki/Graph_(mathematics\)) structure in ngraph.X. Library implments API to modify graph structure and supports event-driven notifications when graph changes.
[Graph](http://en.wikipedia.org/wiki/Graph_(mathematics\)) data structure for ngraph.\*. Library implements API to modify graph structure and supports event-driven notifications when graph changes.

@@ -148,18 +148,4 @@ [![build status](https://secure.travis-ci.org/anvaka/ngraph.graph.png)](http://travis-ci.org/anvaka/ngraph.graph)

### Browser
Get [browserify](http://browserify.org/) if you don't have it yet (first line):
```
npm install -g browserify
npm install ngraph.graph
browserify index.js -s createGraph -o ngraph.graph.js
```
Now you are ready to use ```createGraph()``` within browser:
``` html
<script src="ngraph.graph.js"></script>
```
License
=======
BSD 3-clause

Sorry, the diff of this file is not supported yet

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