Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.6.2 to 1.6.3

4

CHANGELOG.md

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

## v1.6.3 (2019-07-09)
- fix: `minWidth` is passed to dom node in `ColumnResizer` in #56
## v1.6.2 (2019-07-07)

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

3

es/ColumnResizer.js

@@ -51,3 +51,4 @@ import _extends from "@babel/runtime/helpers/extends";

onResizeStop = _this$props.onResizeStop,
rest = _objectWithoutPropertiesLoose(_this$props, ["style", "column", "onResizeStart", "onResize", "onResizeStop"]);
minWidth = _this$props.minWidth,
rest = _objectWithoutPropertiesLoose(_this$props, ["style", "column", "onResizeStart", "onResize", "onResizeStop", "minWidth"]);

@@ -54,0 +55,0 @@ return React.createElement("div", _extends({}, rest, {

@@ -78,3 +78,4 @@ "use strict";

onResizeStop = _this$props.onResizeStop,
rest = (0, _objectWithoutProperties2["default"])(_this$props, ["style", "column", "onResizeStart", "onResize", "onResizeStop"]);
minWidth = _this$props.minWidth,
rest = (0, _objectWithoutProperties2["default"])(_this$props, ["style", "column", "onResizeStart", "onResize", "onResizeStop", "minWidth"]);
return _react["default"].createElement("div", (0, _extends2["default"])({}, rest, {

@@ -81,0 +82,0 @@ ref: this._setHandleRef,

{
"name": "react-base-table",
"version": "1.6.2",
"version": "1.6.3",
"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