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

cytoscape-euler

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-euler - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

15

package.json
{
"name": "cytoscape-euler",
"version": "1.1.0",
"version": "1.2.0",
"description": "A fast, high-quality force-directed (physics simulation) layout for Cytoscape.js",
"main": "cytoscape-euler.js",
"scripts": {
"postpublish": "run-s gh-pages:demo gh-pages:deploy gh-pages:clean",
"gh-pages:demo": "cpy demo.html . --rename=index.html",
"gh-pages:deploy": "gh-pages -d .",
"gh-pages:clean": "rimraf index.html",
"copyright": "update license",
"lint": "eslint src",
"build": "cross-env NODE_ENV=production webpack",
"build:min": "cross-env NODE_ENV=production MIN=true webpack",
"build:release": "run-s build copyright",
"watch": "webpack --progress --watch",

@@ -32,3 +38,10 @@ "dev": "webpack-dev-server --open",

"camelcase": "^4.1.0",
"cpy-cli": "^1.0.1",
"cross-env": "^5.0.0",
"eslint": "^4.15.0",
"gh-pages": "^1.0.0",
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.2",
"update": "^0.7.4",
"updater-license": "^1.0.0",
"webpack": "^2.6.1",

@@ -35,0 +48,0 @@ "webpack-dev-server": "^2.4.5"

9

README.md

@@ -9,3 +9,3 @@ # cytoscape-euler

Euler is a fast, high-quality force-directed (physics simulation) layout for Cytoscape.js
Euler is a fast, high-quality force-directed (physics simulation) layout for Cytoscape.js ([demo](https://cytoscape.github.io/cytoscape.js-euler))

@@ -28,2 +28,3 @@

ES import:
```js

@@ -37,2 +38,3 @@ import cytoscape from 'cytoscape';

CommonJS:
```js

@@ -46,2 +48,3 @@ let cytoscape = require('cytoscape');

AMD:
```js

@@ -173,3 +176,3 @@ require(['cytoscape', 'cytoscape-euler'], function( cytoscape, euler ){

1. Build the extension : `npm run build`
1. Build the extension : `npm run build:release`
1. Commit the build : `git commit -am "Build for release"`

@@ -180,2 +183,2 @@ 1. Bump the version number and tag: `npm version major|minor|patch`

1. If publishing to bower for the first time, you'll need to run `bower register cytoscape-euler https://github.com/cytoscape/cytoscape.js-euler.git`
1. Make a release on GitHub to automatically register a new Zenodo DOI
1. [Make a release on GitHub](https://github.com/cytoscape/cytoscape.js-euler/releases/new) to automatically register a new Zenodo DOI

Sorry, the diff of this file is not supported yet

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