cytoscape-automove
Advanced tools
Comparing version 1.10.2 to 1.10.3
@@ -146,9 +146,5 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
var bindings = []; | ||
var bind = function bind(cy, events, selector, fn) { | ||
var b = { cy: cy, events: events, selector: selector || 'node', fn: fn }; | ||
bindings.push(b); | ||
cy.on(b.events, b.selector, b.fn); | ||
@@ -155,0 +151,0 @@ |
{ | ||
"name": "cytoscape-automove", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"description": "An extension for Cytoscape.js that automatically updates node positions based on specified rules", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-automove.js", |
@@ -45,9 +45,5 @@ let defaults = require('./defaults'); | ||
let bindings = []; | ||
let bind = function( cy, events, selector, fn ){ | ||
let b = { cy: cy, events: events, selector: selector || 'node', fn: fn }; | ||
bindings.push( b ); | ||
cy.on( b.events, b.selector, b.fn ); | ||
@@ -54,0 +50,0 @@ |
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
52657
1055