Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.4 to 1.3.5

2

lib/Table.js

@@ -220,3 +220,3 @@ 'use strict';

for (var i = 0; i < dataSource.length; i++) {
if (scrollTop > dataSource[i]._top) {
if (scrollTop < dataSource[i]._top) {
startIndex = i - 1;

@@ -223,0 +223,0 @@ break;

{
"name": "fast-table",
"version": "1.3.4",
"version": "1.3.5",
"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