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

graphlib

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphlib - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

v0.5.3
======
* Fixed bug where removing a node would not remove it from its parent's
children set.
v0.5.2

@@ -2,0 +8,0 @@ ======

1

lib/compoundify.js

@@ -66,2 +66,3 @@ // This file provides a helper function that mixes-in Dot behavior to an

this._children[parent].remove(u);
delete this._parents[u];

@@ -68,0 +69,0 @@ delete this._children[u];

2

lib/version.js

@@ -1,1 +0,1 @@

module.exports = '0.5.2';
module.exports = '0.5.3';
{
"name": "graphlib",
"version": "0.5.2",
"version": "0.5.3",
"description": "A directed and undirected multi-graph library",

@@ -5,0 +5,0 @@ "main": "index.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