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

pui-react-table

Package Overview
Dependencies
Maintainers
8
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pui-react-table - npm Package Compare versions

Comparing version 8.0.3 to 8.0.4

8

package.json
{
"name": "pui-react-table",
"version": "8.0.3",
"version": "8.0.4",
"description": "A React component that provides a table that can be sorted by column",

@@ -29,6 +29,6 @@ "main": "table.js",

"lodash.sortby": "^3.1.1",
"pui-css-tables": "=8.0.3",
"pui-react-helpers": "=8.0.3",
"pui-react-iconography": "=8.0.3"
"pui-css-tables": "=8.0.4",
"pui-react-helpers": "=8.0.4",
"pui-react-iconography": "=8.0.4"
}
}

@@ -318,3 +318,4 @@ /*(c) Copyright 2015 Pivotal Software, Inc. All Rights Reserved.*/

var attribute = _ref6.attribute,
CustomCell = _ref6.CustomCell;
CustomCell = _ref6.CustomCell,
cellClass = _ref6.cellClass;

@@ -324,3 +325,3 @@ var Cell = CustomCell || _this9.defaultCell;

Cell,
{ key: key, index: rowKey, value: datum[attribute], rowDatum: datum },
{ key: key, index: rowKey, value: datum[attribute], className: cellClass, rowDatum: datum },
datum[attribute]

@@ -348,2 +349,3 @@ );

displayName = column.displayName,
cellClass = column.cellClass,
_column$headerProps = column.headerProps,

@@ -360,3 +362,3 @@ headerProps = _column$headerProps === undefined ? {} : _column$headerProps;

className = (0, _classnames2.default)(className, headerProps.className);
className = (0, _classnames2.default)(className, headerProps.className, cellClass);

@@ -554,3 +556,4 @@ headerProps = (0, _extends3.default)({}, headerProps, {

data: types.array.isRequired,
defaultSort: types.string
defaultSort: types.string,
cellClass: types.string
};
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