Socket
Socket
Sign inDemoInstall

react-base-table

Package Overview
Dependencies
Maintainers
1
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.0.1 to 1.0.2

2

CHANGELOG.md

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

- fix: `onScroll` is called redundantly if there are frozen columns
## v1.0.1 (2019-03-28)

@@ -7,0 +9,0 @@

1

es/BaseTable.js

@@ -917,3 +917,2 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }

this.scrollToTop(scrollTop);
this.props.onScroll(this._scroll);
if (scrollTop > lastScrollTop) this._maybeCallOnEndReached();

@@ -920,0 +919,0 @@ };

@@ -1001,3 +1001,2 @@ "use strict";

this.scrollToTop(scrollTop);
this.props.onScroll(this._scroll);
if (scrollTop > lastScrollTop) this._maybeCallOnEndReached();

@@ -1004,0 +1003,0 @@ }

{
"name": "react-base-table",
"version": "1.0.1",
"version": "1.0.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