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.8.2 to 0.8.3

5

CHANGELOG.md

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

v0.8.3
======
* Fix bug where undefined name was stringified
v0.8.2

@@ -2,0 +7,0 @@ ======

2

lib/graph.js

@@ -312,3 +312,3 @@ "use strict";

w = String(w);
if (arguments.length > 3) {
if (!_.isUndefined(name)) {
name = String(name);

@@ -315,0 +315,0 @@ }

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

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

@@ -5,0 +5,0 @@ "author": "Chris Pettitt <cpettitt@gmail.com>",

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