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

graphology

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphology - npm Package Compare versions

Comparing version 0.23.0 to 0.23.1

2

package.json
{
"name": "graphology",
"version": "0.23.0",
"version": "0.23.1",
"description": "A robust and multipurpose Graph object for JavaScript.",

@@ -5,0 +5,0 @@ "main": "dist/graphology.cjs.js",

@@ -54,2 +54,9 @@ "use strict";

}, /addDirectedEdge/);
},
'copying the graph should conserve its attributes.': function copyingTheGraphShouldConserveItsAttributes() {
var graph = new Graph();
graph.setAttribute('title', 'The Graph');
var copy = graph.nullCopy();
_assert["default"].deepStrictEqual(graph.getAttributes(), copy.getAttributes());
}

@@ -56,0 +63,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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