Socket
Socket
Sign inDemoInstall

cytoscape-dom-node

Package Overview
Dependencies
9
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

demo/LICENSE

7

package.json
{
"name": "cytoscape-dom-node",
"version": "1.1.0",
"version": "1.1.1",
"description": "Cytoscape extension for making nodes into DOM elements",

@@ -32,9 +32,8 @@ "keywords": [

},
"dependencies": {},
"devDependencies": {
"grunt": "^1.4.1",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-git": "^1.0.14",
"grunt-git": "^1.1.1",
"load-grunt-tasks": "^5.1.0"
}
}

@@ -27,3 +27,3 @@ class CytoscapeDomNode {

let n = cy.getElementById(id);
n.style({'width': node_div.offsetWidth, 'height': node_div.offsetHeight});
n.style({'width': node_div.offsetWidth, 'height': node_div.offsetHeight, shape: 'rectangle'});
}

@@ -30,0 +30,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc