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

treetabular

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

treetabular - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

5

CHANGELOG.md
## 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 @@ ==================

4

dist/has-children.js

@@ -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!

2

package.json
{
"name": "treetabular",
"version": "3.0.0",
"version": "3.0.1",
"description": "Tree utilities",

@@ -5,0 +5,0 @@ "scripts": {

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