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.7.1 to 0.8.0

2

package.json
{
"name": "graphology-layout-forceatlas2",
"version": "0.7.1",
"version": "0.8.0",
"description": "ForceAtlas 2 layout algorithm for graphology.",

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

@@ -91,2 +91,5 @@ # Graphology ForceAtlas2

layout.kill();
// Assess whether the layout is currently running
layout.isRunning();
```

@@ -93,0 +96,0 @@

@@ -15,2 +15,3 @@ import Graph from 'graphology-types';

isRunning(): boolean;
start(): void;

@@ -17,0 +18,0 @@ stop(): void;

@@ -78,2 +78,6 @@ /**

FA2LayoutSupervisor.prototype.isRunning = function () {
return this.running;
};
/**

@@ -80,0 +84,0 @@ * Internal method used to spawn the web worker.

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