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

fast-table

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-table - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

lib/TableHeaderCell.js

21

lib/TableCell.js

@@ -58,3 +58,3 @@ 'use strict';

column = _this$props.column,
height = _this$props.height,
width = _this$props.width,
isLast = _this$props.isLast,

@@ -64,4 +64,3 @@ record = _this$props.record,

var bodyStyle = column.bodyStyle,
align = column.align,
width = column.width;
align = column.align;

@@ -83,16 +82,2 @@ var style = {};

return style;
}, _this.getClassName = function () {
var _this$props2 = _this.props,
record = _this$props2.record,
index = _this$props2.index,
column = _this$props2.column;
var className = column.className;
var cls = '';
if (typeof className === 'function') {
cls = className(column, record, index);
} else if (className === 'string') {
cls = className;
}
return (0, _classnames2.default)('td', cls);
}, _temp), _possibleConstructorReturn(_this, _ret);

@@ -142,3 +127,3 @@ }

_extends({
className: this.getClassName()
className: (0, _classnames2.default)('td', column.className)
}, tdProps),

@@ -145,0 +130,0 @@ _react2.default.createElement(

{
"name": "fast-table",
"version": "1.0.10",
"version": "1.0.11",
"description": "react table fast",

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

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