selectabular
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "selectabular", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Selection utilities", | ||
@@ -22,3 +22,4 @@ "scripts": { | ||
"selecting", | ||
"table-filtering" | ||
"table-filtering", | ||
"reactabular" | ||
], | ||
@@ -25,0 +26,0 @@ "files": [ |
@@ -101,4 +101,4 @@ [![build status](https://secure.travis-ci.org/reactabular/selectabular.svg)](http://travis-ci.org/reactabular/selectabular) [![bitHound Score](https://www.bithound.io/github/reactabular/selectabular/badges/score.svg)](https://www.bithound.io/github/reactabular/selectabular) [![codecov](https://codecov.io/gh/reactabular/selectabular/branch/master/graph/badge.svg)](https://codecov.io/gh/reactabular/selectabular) | ||
import findIndex from 'lodash/findIndex'; | ||
import { Table } from 'reactabular'; | ||
import { compose } from 'redux'; | ||
import * as Table from 'reactabular-table'; | ||
import * as select from 'selectabular'; | ||
@@ -105,0 +105,0 @@ */ |
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
17175