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

buche-cytoscape

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buche-cytoscape - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

5

lib/index.js

@@ -17,2 +17,5 @@

}
if (!options.layout) {
options.layout = {name: "cola"};
}
let cy = cytoscape(options);

@@ -35,3 +38,3 @@ // Cytoscape will fail to properly paint canvas inside panes that

setup() {
this.config = this.options.options;
this.config = Object.assign({}, this.options.options || {});
this.cy = setup(this.element, this.config);

@@ -38,0 +41,0 @@ }

2

package-lock.json
{
"name": "buche-cytoscape",
"version": "0.0.0",
"version": "0.0.1",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "buche-cytoscape",
"description": "Cytoscape channel and element for Buche.",
"version": "0.0.0",
"version": "0.0.1",
"format": "cjs",

@@ -6,0 +6,0 @@ "repository": {

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