New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphology-layout-forceatlas2

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphology-layout-forceatlas2 - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

3

package.json
{
"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) {

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