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 1.2.1 to 1.2.2

2

add-path.js

@@ -20,3 +20,3 @@ /**

graph.addNode(nodes[0]);
graph.mergeNode(nodes[0]);

@@ -23,0 +23,0 @@ for (i = 1, l = nodes.length; i < l; i++) {

@@ -22,3 +22,3 @@ /**

graph.addNode(center);
graph.mergeNode(center);

@@ -25,0 +25,0 @@ for (i = 1, l = nodes.length; i < l; i++) {

{
"name": "graphology-utils",
"version": "1.2.1",
"version": "1.2.2",
"description": "Miscellaneous utils for graphology.",

@@ -14,3 +14,3 @@ "main": "index.js",

"scripts": {
"lint": "eslint *.js",
"lint": "eslint **/*.js",
"prepublish": "npm run lint && npm test",

@@ -17,0 +17,0 @@ "test": "mocha test.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