graphology-layout-forceatlas2
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "graphology-layout-forceatlas2", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "ForceAtlas 2 layout algorithm for graphology.", | ||
@@ -44,3 +44,2 @@ "main": "index.js", | ||
"@yomguithereal/eslint-config": "^4.0.0", | ||
"ejs": "^3.1.5", | ||
"eslint": "^7.3.0", | ||
@@ -47,0 +46,0 @@ "graphology": "0.17.1", |
@@ -11,4 +11,5 @@ /** | ||
var mod = {}; | ||
(function(mod) { | ||
var moduleShim = {}; | ||
(function() { | ||
/* eslint no-constant-condition: 0 */ | ||
@@ -69,3 +70,3 @@ /** | ||
*/ | ||
mod.exports = function iterate(options, NodeMatrix, EdgeMatrix) { | ||
moduleShim.exports = function iterate(options, NodeMatrix, EdgeMatrix) { | ||
@@ -847,5 +848,5 @@ // Initializing variables | ||
}).call(null, mod); | ||
})(); | ||
var iterate = mod.exports; | ||
var iterate = moduleShim.exports; | ||
@@ -852,0 +853,0 @@ self.addEventListener('message', function(event) { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8
0
73650