Comparing version 0.8.2 to 0.8.3
@@ -0,1 +1,6 @@ | ||
v0.8.3 | ||
====== | ||
* Fix bug where undefined name was stringified | ||
v0.8.2 | ||
@@ -2,0 +7,0 @@ ====== |
@@ -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>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35182