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

cytoscape

Package Overview
Dependencies
Maintainers
3
Versions
255
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 3.7.3 to 3.8.0

22

.size-snapshot.json
{
"build/cytoscape.umd.js": {
"bundled": 905843,
"minified": 334844,
"gzipped": 103924
"bundled": 905887,
"minified": 334855,
"gzipped": 103919
},
"build/cytoscape.cjs.js": {
"bundled": 834218,
"minified": 355594,
"gzipped": 106847
"bundled": 834260,
"minified": 355605,
"gzipped": 106843
},
"build/cytoscape.esm.js": {
"bundled": 834045,
"minified": 355451,
"gzipped": 106810,
"bundled": 834087,
"minified": 355462,
"gzipped": 106806,
"treeshaked": {
"rollup": {
"code": 329350,
"code": 329361,
"import_statements": 51
},
"webpack": {
"code": 331358
"code": 331369
}

@@ -24,0 +24,0 @@ }

{
"name": "cytoscape",
"version": "3.7.3",
"version": "3.8.0",
"license": "MIT",

@@ -70,2 +70,4 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation",

"main": "dist/cytoscape.cjs.js",
"unpkg": "dist/cytoscape.min.js",
"jsdelivr": "dist/cytoscape.min.js",
"scripts": {

@@ -118,3 +120,3 @@ "lint": "eslint src benchmark",

"download-cli": "^1.0.5",
"eslint": "^5.16.0",
"eslint": "^6.0.0",
"esm": "^3.0.8",

@@ -131,6 +133,6 @@ "gh-pages": "^2.0.1",

"rimraf": "^2.6.2",
"rollup": "^1.12.3",
"rollup": "^1.16.2",
"rollup-plugin-babel": "^4.3.0",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-license": "^0.8.1",
"rollup-plugin-license": "^0.9.0",
"rollup-plugin-node-resolve": "^5.0.0",

@@ -137,0 +139,0 @@ "rollup-plugin-replace": "^2.0.0",

@@ -1,2 +0,2 @@

<div style="text-align: center;" align="center"><img style="width: 200px; height: 200px;" src="https://raw.githubusercontent.com/cytoscape/cytoscape.js/unstable/documentation/img/cytoscape-logo.png" width="200" height="200"></img></div>
<img style="width: 200px; height: 200px;" src="https://raw.githubusercontent.com/cytoscape/cytoscape.js/unstable/documentation/img/cytoscape-logo.png" width="200" height="200"></img>

@@ -7,3 +7,3 @@ [![GitHub repo](https://img.shields.io/badge/Repo-GitHub-yellow.svg)](https://github.com/cytoscape/cytoscape.js)

[![Questions at StackOverflow](https://img.shields.io/badge/Questions-StackOverflow-yellow.svg)](https://stackoverflow.com/questions/tagged/cytoscape.js)
[![Ask a question at StackOverflow](https://img.shields.io/badge/Ask%20a%20question-StackOverflow-yellow.svg)](http://stackoverflow.com/questions/ask?tags=cytoscape.js)
[![Ask a question at StackOverflow](https://img.shields.io/badge/Ask%20a%20question-StackOverflow-yellow.svg)](http://stackoverflow.com/questions/ask?tags=cytoscape.js,javascript)
[![GitHub license](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/cytoscape/cytoscape.js/master/LICENSE)

@@ -14,3 +14,3 @@ [![DOI](https://zenodo.org/badge/2255947.svg)](https://zenodo.org/badge/latestdoi/2255947)

[![Download](https://img.shields.io/npm/v/cytoscape.svg?label=Download)](https://github.com/cytoscape/cytoscape.js/tree/master/dist)
[![Extensions](https://img.shields.io/badge/Extensions-51-blue.svg)](http://js.cytoscape.org/#extensions)
[![Extensions](https://img.shields.io/badge/Extensions-52-blue.svg)](http://js.cytoscape.org/#extensions)
[![npm installs](https://img.shields.io/npm/dm/cytoscape.svg?label=npm%20installs)](https://www.npmjs.com/package/cytoscape)

@@ -96,3 +96,3 @@ [![master branch tests](https://img.shields.io/travis/cytoscape/cytoscape.js/master.svg?label=master%20branch)](https://travis-ci.org/cytoscape/cytoscape.js)

* `docs` : build the docs into `documentation`
* `release` : build all release artefacts
* `release` : build all release artifacts
* `watch` : automatically build lib for debugging (with sourcemap, no babel, very quick)

@@ -99,0 +99,0 @@ * good for general testing on `debug/index.html`

@@ -27,3 +27,3 @@ var CRp = {};

var rs = node._private.rscratch;
var clip = node.pstyle( 'background-clip' ).value;
var clip = getIndexedStyle( node, 'background-clip', 'value', index );
var shouldClip = clip === 'node';

@@ -30,0 +30,0 @@ var imgOpacity = getIndexedStyle( node, 'background-image-opacity', 'value', index ) * nodeOpacity;

@@ -49,3 +49,3 @@ import * as util from '../util';

bgCrossOrigin: { enums: [ 'anonymous', 'use-credentials' ], multiple: true },
bgClip: { enums: [ 'none', 'node' ] },
bgClip: { enums: [ 'none', 'node' ], multiple: true },
color: { color: true },

@@ -52,0 +52,0 @@ colors: { color: true, multiple: true },

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