Socket
Socket
Sign inDemoInstall

react-base-table

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-base-table - npm Package Compare versions

Comparing version 1.13.1 to 1.13.2

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # CHANGELOG

## v1.13.2 (2022-05-14)
- fix: error imported by optimization render task
## v1.13.1 (2022-05-14)

@@ -7,0 +11,0 @@

8

es/TableHeader.js

@@ -26,7 +26,5 @@ import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";

if (this.headerRef) {
requestAnimationFrame(function () {
_this2.headerRef.scrollLeft = offset;
});
}
requestAnimationFrame(function () {
if (_this2.headerRef) _this2.headerRef.scrollLeft = offset;
});
};

@@ -33,0 +31,0 @@

@@ -47,7 +47,5 @@ "use strict";

if (this.headerRef) {
requestAnimationFrame(function () {
_this2.headerRef.scrollLeft = offset;
});
}
requestAnimationFrame(function () {
if (_this2.headerRef) _this2.headerRef.scrollLeft = offset;
});
}

@@ -54,0 +52,0 @@ }, {

{
"name": "react-base-table",
"version": "1.13.1",
"version": "1.13.2",
"description": "a react table component to display large data set with high performance and flexibility",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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