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.2 to 0.0.3

3

examples/cytoscape-channel.js

@@ -10,3 +10,4 @@ #!/usr/bin/env buche --inspect node

path: '/',
pluginPath: `${__dirname}/../lib/index.js`
pluginPath: `${__dirname}/../lib/index.js`,
channels: 'cytoscape'
});

@@ -13,0 +14,0 @@

@@ -49,3 +49,4 @@ #!/usr/bin/env buche --inspect node

path: '/',
pluginPath: `${__dirname}/../lib/index.js`
pluginPath: `${__dirname}/../lib/index.js`,
components: 'cytoscape-graph'
});

@@ -52,0 +53,0 @@

@@ -52,3 +52,3 @@

let elem = message.options || {};
for (let field of ['data']) {
for (let field of ['data', 'classes']) {
if (message[field]) {

@@ -138,3 +138,3 @@ elem[field] = message[field];

display: "block",
border: "1px solid green",
border: "1px solid black",
width: "500px",

@@ -141,0 +141,0 @@ height: "500px"

{
"name": "buche-cytoscape",
"version": "0.0.2",
"version": "0.0.3",
"lockfileVersion": 1,

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

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

@@ -18,2 +18,15 @@ "repository": {

"main": "./lib/index.js",
"buche": {
"requireHowto": {
"command": "require",
"path": "/",
"pluginName": "cytoscape",
"channels": {
"cytoscape": true
},
"components": {
"cytoscape-graph": true
}
}
},
"dependencies": {

@@ -20,0 +33,0 @@ "cytoscape": "^3.2.5",

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