Socket
Socket
Sign inDemoInstall

cytoscape-cose-bilkent

Package Overview
Dependencies
Maintainers
5
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-cose-bilkent - npm Package Compare versions

Comparing version 1.6.6 to 1.6.7

2

package.json
{
"name": "cytoscape-cose-bilkent",
"version": "1.6.6",
"version": "1.6.7",
"description": "The CoSE layout for Cytoscape.js by Bilkent",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -395,2 +395,3 @@ var LGraphObject = require('./LGraphObject');

{
var self = this;
if (this.nodes.length == 0)

@@ -437,7 +438,7 @@ {

var noOfVisitedInThisGraph = 0;
var s = visited.size();
Object.keys(visited.set).forEach(function(visitedId) {
var visitedNode = visited.set[visitedId];
if (visitedNode.owner == this)
if (visitedNode.owner == self)
{

@@ -444,0 +445,0 @@ noOfVisitedInThisGraph++;

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