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

graphology-metrics

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphology-metrics - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

3

layout-quality/connected-closeness.js

@@ -73,2 +73,5 @@ /**

// TODO: don't mutate the user's object
// TODO: lint
// TODO: fix directedness, infer types etc.
// TODO: add non sampling option
settings = settings || {};

@@ -75,0 +78,0 @@ settings.epsilon = settings.epsilon || 0.03; // 3%

3

package.json
{
"name": "graphology-metrics",
"version": "2.3.0",
"version": "2.3.1",
"description": "Miscellaneous graph metrics for graphology.",

@@ -66,2 +66,3 @@ "main": "index.js",

"dependencies": {
"graphology-indices": "^0.17.0",
"graphology-shortest-path": "^2.0.0",

@@ -68,0 +69,0 @@ "graphology-utils": "^2.4.4",

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