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

rc-table

Package Overview
Dependencies
Maintainers
9
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 7.41.0 to 7.42.0

3

es/VirtualTable/BodyGrid.js

@@ -220,6 +220,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

ref: listRef,
prefixCls: "".concat(tblPrefixCls, "-virtual"),
styles: {
horizontalScrollBar: horizontalScrollBarStyle
},
className: classNames(tblPrefixCls, "".concat(tblPrefixCls, "-virtual")),
className: tblPrefixCls,
height: scrollY,

@@ -226,0 +227,0 @@ itemHeight: listItemHeight || 24,

@@ -230,6 +230,7 @@ "use strict";

ref: listRef,
prefixCls: "".concat(tblPrefixCls, "-virtual"),
styles: {
horizontalScrollBar: horizontalScrollBarStyle
},
className: (0, _classnames.default)(tblPrefixCls, "".concat(tblPrefixCls, "-virtual")),
className: tblPrefixCls,
height: scrollY,

@@ -236,0 +237,0 @@ itemHeight: listItemHeight || 24,

{
"name": "rc-table",
"version": "7.41.0",
"version": "7.42.0",
"description": "table ui component for react",

@@ -5,0 +5,0 @@ "engines": {

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