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

cytoscape

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape - npm Package Compare versions

Comparing version 2.2.14 to 2.3.0

build/cytoscape.js-2.3-beta.zip

55

package.json
{
"name": "cytoscape",
"description": "A JavaScript graph theory library for analysis and visualisation",
"version": "2.2.14",
"license": "LGPL",
"engines": {
"node": ">=0.6"
},
"version": "2.3.0",
"license": "LGPL-3.0+",
"description": "An open-source JavaScript graph theory (a.k.a. network) library for analysis and visualisation",
"homepage": "http://js.cytoscape.org",
"repository": {

@@ -45,32 +43,49 @@ "type": "git",

"graph",
"theory",
"graph-theory",
"network",
"node",
"edge",
"vertex",
"link",
"analysis",
"visualisation",
"visualization",
"analysis"
"requirejs",
"amd",
"commonjs",
"node",
"npm",
"nodejs",
"bower",
"jquery"
],
"engines": {
"node": ">=0.6"
},
"main": "dist/cytoscape.js",
"scripts": {},
"devDependencies": {
"bluebird": "^2.0.2",
"chai": "^1.9.0",
"mocha": "^1.17.1",
"gulp-mocha": "^0.4.1",
"gulp": "^3.5.2",
"gulp-tap": "^0.1.1",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.2.0",
"gulp-cssmin": "^0.1.4",
"gulp-htmlmin": "^0.1.2",
"gulp-uglify": "^0.2.1",
"gulp-replace": "^0.2.0",
"gulp-inject": "^0.4.1",
"gulp-jshint": "^1.5.5",
"gulp-mocha": "^0.4.1",
"gulp-replace": "^0.2.0",
"gulp-shell": "^0.2.4",
"gulp-tap": "^0.1.1",
"gulp-uglify": "^0.2.1",
"gulp-zip": "^0.1.2",
"marked": "^0.3.1",
"gulp-htmlmin": "^0.1.2",
"gulp-cssmin": "^0.1.4",
"handlebars": "^1.3.0",
"highlight.js": "^8.0.0",
"gulp-shell": "^0.2.4",
"gulp-jshint": "^1.5.5",
"jshint-stylish": "^0.2.0",
"marked": "^0.3.1",
"mocha": "^1.17.1",
"run-sequence": "^0.3.6"
"bluebird": "^2.0.2",
"run-sequence": "^0.3.6",
"jsonlint": "^1.6.2"
}
}

@@ -8,9 +8,11 @@ # Cytoscape.js

You can find the documentation and downloads on the [project website](http://cytoscape.github.com/cytoscape.js). This readme is mostly for developers of Cytoscape.js.
You can find the documentation and downloads on the [project website](http://cytoscape.github.com/cytoscape.js).
If you're looking to get an old version of the library, you can build off the associated tag or you can [browse the list of old builds](http://cytoscape.github.io/cytoscape.js/download/). We very strongly recommend you use the latest version. If you run into a bug on the latest version, report it on [the issue tracker](https://github.com/cytoscape/cytoscape.js/issues). We'll try to fix the bug as soon as possible, and we'll give you a snapshot build that includes the fix for you to use until the next official bugfix release.
If you're looking to get an old version of the library, you can build off the associated tag or you can [browse the list of old builds](http://cytoscape.github.io/cytoscape.js/download/). We very strongly recommend you use the latest version. If you run into a bug on the latest version, report it on [the issue tracker](https://github.com/cytoscape/cytoscape.js/issues). We'll try to fix the bug as soon as possible, and we'll give you a snapshot build that includes the fix for you to use until the next official bugfix release.
## Contributing to Cytoscape.js

@@ -27,8 +29,18 @@

Arbor was used in one of Cytoscape.js' included layouts. We made some modifications to the library, written by Samizdat Drafting Co., so that it would work with multiple instances of Cytoscape.js and that it would work on lesser browsers, like IE. Information about this library can be found at the [Arbor website](http://arborjs.org/) and on [GitHub](https://github.com/maxkfranz/arbor) where the original code was forked.
CoSE is a layout in Cytoscape.js. It's one of the best force-directed layouts in Cytoscape.js in its own right, and it's excellent at arranging compound graphs. CoSe was implemented by Gerardo Huck and based on an article, ["A layout algorithm for undirected compound graphs"](http://dl.acm.org/citation.cfm?id=1498047&CFID=429377863&CFTOKEN=94691144).
Cola.js is a layout in Cytoscape.js, and it is one of the best force-directed layouts in Cytoscape.js. [Cola.js](http://marvl.infotech.monash.edu/webcola/) is the work of [Tim Dwyer](http://www.csse.monash.edu.au/~tdwyer/) at the [Monash Adaptive Visualisation Lab](http://marvl.infotech.monash.edu/).
Dagre is a layout in Cytoscape.js, and it's an excellent way to arrange trees and DAGs. [Dagre](https://github.com/cpettitt/dagre) is the work of Chris Pettitt.
Arbor is used in one of Cytoscape.js' included layouts. We made some modifications to the library, written by Samizdat Drafting Co., so that it would work with multiple instances of Cytoscape.js and that it would work on lesser browsers, like IE. Information about this library can be found at the [Arbor website](http://arborjs.org/) and on [GitHub](https://github.com/maxkfranz/arbor) where the original code was forked.
Springy.js is a layout in Cytoscape.js. [Springy.js](http://getspringy.com) is the work of Dennis Hotson.
Note: Cytoscape.js does not include any of these libraries directly but allows use of them as layouts if they are included in your app.
## Adding source files

@@ -74,3 +86,3 @@

**Documenation:**
**Documentation:**
* `docs` : build the documentation template

@@ -80,2 +92,4 @@ * `docsdemoshots` : get snapshots of demos referenced in the docs (requires PhantomJS, e.g. `brew update && brew install phantomjs`)

* `docspub` : build the documentation for publishing (ZIPs, JS refs, etc.)
* `docspush` : push the built documentation to [js.cytoscape.org](http://js.cytoscape.org)
* `betadocspush` : push the built documentation to [js.cytoscape.org/beta](http://js.cytoscape.org/beta)

@@ -85,7 +99,6 @@

## Release instructions
1. Update the `VERSION` environment variable, e.g. `export VERSION=1.2.3`.
1. Confirm `VERSION` is picked up by gulp: `gulp version`.
1. Update the `VERSION` environment variable, e.g. `export VERSION=1.2.3`
1. Confirm `VERSION` is picked up by gulp: `gulp version`
1. Confirm JS files pass linting: `gulp lint`

@@ -92,0 +105,0 @@ 1. Confirm all tests passing: `gulp test`

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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