New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fast-table

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-table - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

lib/Table.js

@@ -234,2 +234,6 @@ 'use strict';

var hasScroll = _this2['bodyTable'].getBoundingClientRect().height < bodyHeight;
var result = {renderStart: 0, renderEnd: dataSource.length - 1};
if (hasScroll) {
result = _this2.resetRenderInterval(_this2.lastScrollTop || _this2['bodyTable'].scrollTop, _this2['bodyTable'].clientHeight, bodyHeight, fixedColumnsBodyRowsHeight);
}
_this2.store.setState(_extends({

@@ -240,3 +244,3 @@ hasScroll: hasScroll,

fixedColumnsBodyRowsHeight: fixedColumnsBodyRowsHeight
}, _this2.resetRenderInterval(_this2.lastScrollTop || _this2['bodyTable'].scrollTop, _this2['bodyTable'].clientHeight, bodyHeight, fixedColumnsBodyRowsHeight)));
}, result));
};

@@ -243,0 +247,0 @@

2

package.json
{
"name": "fast-table",
"version": "1.0.7",
"version": "1.0.8",
"description": "react table fast",

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

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