New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.0 to 1.3.1

2

is-graph-constructor.js

@@ -21,4 +21,4 @@ /**

typeof value.prototype.addUndirectedEdgeWithKey === 'function' &&
typeof value.prototype.dropNodes === 'function'
typeof value.prototype.dropNode === 'function'
);
};

@@ -20,5 +20,5 @@ /**

typeof value.addUndirectedEdgeWithKey === 'function' &&
typeof value.dropNodes === 'function' &&
typeof value.dropNode === 'function' &&
typeof value.multi === 'boolean'
);
};
{
"name": "graphology-utils",
"version": "1.3.0",
"version": "1.3.1",
"description": "Miscellaneous utils for graphology.",

@@ -41,4 +41,4 @@ "main": "index.js",

"eslint": "^4.18.2",
"graphology": "^0.11.1",
"mocha": "^5.0.4"
"graphology": "^0.13.0",
"mocha": "^5.2.0"
},

@@ -45,0 +45,0 @@ "eslintConfig": {

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