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

graphology-utils

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-utils - npm Package Compare versions

Comparing version 2.3.2 to 2.4.0

5

package.json
{
"name": "graphology-utils",
"version": "2.3.2",
"version": "2.4.0",
"description": "Miscellaneous utils for graphology.",

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

"is-graph-constructor.js",
"memoized-for-each.js",
"merge-clique.js",

@@ -55,4 +54,4 @@ "merge-cycle.js",

"peerDependencies": {
"graphology-types": ">=0.20.0"
"graphology-types": ">=0.23.0"
}
}

10

rename-graph-keys.js

@@ -31,3 +31,11 @@ /**

graph.forEach(function (source, target, _sa, _ta, key, attr, undirected) {
graph.forEachAssymetricAdjacencyEntry(function (
source,
target,
_sa,
_ta,
key,
attr,
undirected
) {
// Leveraging the ordered adjacency to save lookups

@@ -34,0 +42,0 @@ if (source !== currentSource) {

@@ -25,3 +25,3 @@ /**

graph.forEach(function (
graph.forEachAssymetricAdjacencyEntry(function (
source,

@@ -28,0 +28,0 @@ target,

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