treetabular
Advanced tools
Comparing version 3.0.0 to 3.0.1
## treetabular | ||
3.0.1 / 2017-02-09 | ||
================== | ||
* Fix - Make sure `tree.hasChildren` does not crash if `index` is negative. | ||
3.0.0 / 2017-02-09 | ||
@@ -4,0 +9,0 @@ ================== |
@@ -15,2 +15,6 @@ 'use strict'; | ||
return function (rows) { | ||
if (index < 0) { | ||
return false; | ||
} | ||
// See if the next item points to the current one. | ||
@@ -17,0 +21,0 @@ // This relies on rows order! |
{ | ||
"name": "treetabular", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Tree utilities", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
48634
700