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

rc-table

Package Overview
Dependencies
Maintainers
4
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-table - npm Package Compare versions

Comparing version 3.9.2 to 3.9.3

10

lib/TableRow.js

@@ -74,10 +74,10 @@ 'use strict';

if (render) {
text = render(text, record, index) || {};
tdProps = text.props || {};
text = render(text, record, index);
if (typeof text !== 'string' && typeof text !== 'number' && !_react2['default'].isValidElement(text) && 'children' in text) {
if (text && typeof text === 'object' && !_react2['default'].isValidElement(text)) {
tdProps = text.props || {};
rowSpan = tdProps.rowSpan;
colSpan = tdProps.colSpan;
text = text.children;
}
rowSpan = tdProps.rowSpan;
colSpan = tdProps.colSpan;
}

@@ -84,0 +84,0 @@

{
"name": "rc-table",
"version": "3.9.2",
"version": "3.9.3",
"description": "table ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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