buche-cytoscape
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -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", |
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
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
16397
409