Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphology-indices

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphology-indices - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

1

neighborhood/louvain.d.ts

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

expensiveMove(index: number, targetCommunity: number): void;
expensiveIsolate(index: number): void;
zoomOut(): {[key: string]: number};

@@ -40,0 +41,0 @@ modularity(): number;

@@ -254,2 +254,7 @@ /**

UndirectedLouvainIndex.prototype.expensiveIsolate = function(i) {
var degree = this.computeNodeDegree(i);
this.isolate(i, degree);
};
UndirectedLouvainIndex.prototype.expensiveMove = function(i, ci) {

@@ -256,0 +261,0 @@ var degree = this.computeNodeDegree(i);

2

package.json
{
"name": "graphology-indices",
"version": "0.13.0",
"version": "0.13.1",
"description": "Miscellaneous indices for graphology.",

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

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