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.3.11 to 1.3.12

3

lib/managers/ColumnManager.js

@@ -89,3 +89,2 @@ 'use strict';

_this._maxRowSpan = 1;
delete _this._cached.groupedColumns;
};

@@ -332,3 +331,3 @@

if (column._pathKey === last._pathKey) {
column._width = (0, _max2.default)([wrapperWidth - _this.leftWidth - _this.rightWidth - centerWidth, 0]);
column._width = (0, _max2.default)([wrapperWidth - _this.leftWidth - _this.rightWidth - centerWidth, column._width]);
} else {

@@ -335,0 +334,0 @@ if (!leftColumns.some(function (c) {

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