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 2.0.1 to 2.0.2

5

CHANGELOG.md
## treetabular
2.0.2 / 2017-02-03
==================
* Docs - Improve intro.
2.0.1 / 2017-02-02

@@ -4,0 +9,0 @@ ==================

2

package.json
{
"name": "treetabular",
"version": "2.0.1",
"version": "2.0.2",
"description": "Tree utilities",

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

@@ -5,4 +5,6 @@ [![build status](https://secure.travis-ci.org/reactabular/treetabular.svg)](http://travis-ci.org/reactabular/treetabular) [![bitHound Score](https://www.bithound.io/github/reactabular/treetabular/badges/score.svg)](https://www.bithound.io/github/reactabular/treetabular) [![codecov](https://codecov.io/gh/reactabular/treetabular/branch/master/graph/badge.svg)](https://codecov.io/gh/reactabular/treetabular)

`treetabular` provides tree helpers for Reactabular. It relies on a flat structure like this:
`treetabular` provides tree helpers for Reactabular. It allows you to set up collapsible rows that can contain more collapsible ones while remaining within a table format.
To achieve this, `treetabular` relies on a flat structure that contains the hierarchy:
```javascript

@@ -9,0 +11,0 @@ const tree = [

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