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.4.8-beta.9 to 1.4.8-beta.10

2

package.json
{
"name": "fast-table",
"version": "1.4.8-beta.9",
"version": "1.4.8-beta.10",
"description": "react table fast",

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

@@ -154,2 +154,3 @@ import React from 'react';

record[DS._height] = height;
record[DS._key] = this._rowKey(record, index);
record[DS._expandedEnable] = children.length > 0;

@@ -183,3 +184,2 @@ if (this.isFixed(record)) {

record[DS._top] = this._bodyHeight;
record[DS._key] = this._rowKey(record, data.length);
record[DS._rowClassName] = this._rowClassName(record, data.length);

@@ -210,3 +210,3 @@ this._bodyHeight += record[DS._height];

}
return String(index);
return String(record[DS._path]);
};

@@ -213,0 +213,0 @@

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