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.2 to 0.13.3

2

neighborhood/louvain.d.ts

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

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

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

@@ -256,3 +256,3 @@ /**

var degree = this.computeNodeDegree(i);
this.isolate(i, degree);
return this.isolate(i, degree);
};

@@ -259,0 +259,0 @@

{
"name": "graphology-indices",
"version": "0.13.2",
"version": "0.13.3",
"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