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.47.3 to 7.47.4

4

es/Table.js

@@ -200,3 +200,5 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

key = config.key;
if (top) {
// * 考虑top为0的情况
if (top || top === 0) {
var _scrollBodyRef$curren;

@@ -203,0 +205,0 @@ (_scrollBodyRef$curren = scrollBodyRef.current) === null || _scrollBodyRef$curren === void 0 || _scrollBodyRef$curren.scrollTo({

@@ -211,3 +211,5 @@ "use strict";

key = config.key;
if (top) {
// * 考虑top为0的情况
if (top || top === 0) {
var _scrollBodyRef$curren;

@@ -214,0 +216,0 @@ (_scrollBodyRef$curren = scrollBodyRef.current) === null || _scrollBodyRef$curren === void 0 || _scrollBodyRef$curren.scrollTo({

{
"name": "rc-table",
"version": "7.47.3",
"version": "7.47.4",
"description": "table ui component for react",

@@ -43,3 +43,3 @@ "engines": {

"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "vitest",
"test": "vitest --watch false",
"coverage": "vitest run --coverage",

@@ -46,0 +46,0 @@ "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",

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