cytoscape
Advanced tools
Comparing version 2.2.14 to 2.3.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
5588603
31
0
42645
132
22
2
18