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 4.0.4 to 4.0.5

4

lib/Table.js

@@ -442,2 +442,4 @@ 'use strict';

}
delete bodyStyle.overflowX;
delete bodyStyle.overflowY;
BodyTable = _react2['default'].createElement(

@@ -447,3 +449,3 @@ 'div',

className: prefixCls + '-body-outer',
style: _extends({}, bodyStyle, { overflow: 'hidden' }) },
style: _extends({}, bodyStyle) },
_react2['default'].createElement(

@@ -450,0 +452,0 @@ 'div',

{
"name": "rc-table",
"version": "4.0.4",
"version": "4.0.5",
"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