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.1.1 to 3.1.2

5

CHANGELOG.md
## treetabular
3.1.2 / 2017-02-14
==================
* Chore - Update readme example. Now sorting should work.
3.1.1 / 2017-02-11

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

2

package.json
{
"name": "treetabular",
"version": "3.1.1",
"version": "3.1.2",
"description": "Tree utilities",

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

@@ -144,2 +144,3 @@ [![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)

import cloneDeep from 'lodash/cloneDeep';
import orderBy from 'lodash/orderBy';
import { compose } from 'redux';

@@ -266,3 +267,4 @@ import * as resolve from 'table-resolver';

columns,
sortingColumns
sortingColumns,
sort: orderBy
})

@@ -269,0 +271,0 @@ ]

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