Socket
Socket
Sign inDemoInstall

react-base-table

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-base-table - npm Package Compare versions

Comparing version 1.11.2 to 1.11.3

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # CHANGELOG

## v1.11.3 (2020-08-24)
- fix: remove propTypes for Column.key
## v1.11.2 (2020-08-18)

@@ -7,0 +11,0 @@

5

es/Column.js

@@ -33,7 +33,2 @@ import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";

/**
* Unique key for each column
*/
key: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
/**
* Class name for the column cell, could be a callback to return the class name

@@ -40,0 +35,0 @@ * The callback is of the shape of `({ cellData, columns, column, columnIndex, rowData, rowIndex }) => string`

@@ -55,7 +55,2 @@ "use strict";

/**
* Unique key for each column
*/
key: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number]).isRequired,
/**
* Class name for the column cell, could be a callback to return the class name

@@ -62,0 +57,0 @@ * The callback is of the shape of `({ cellData, columns, column, columnIndex, rowData, rowIndex }) => string`

{
"name": "react-base-table",
"version": "1.11.2",
"version": "1.11.3",
"description": "a react table component to display large data set with high performance and flexibility",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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