New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vikadata/table

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vikadata/table - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

dist/createGridComponent.js

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

height: getRowHeight(_this.props, rowIndex, _this._instanceProps),
zIndex: 2,
}

@@ -387,4 +388,6 @@ }], frozenColElements));

var rowPosition = 'absolute';
var zIndex = 1;
if (hasHeader && rowIndex === 0) {
rowPosition = 'sticky';
zIndex = 2;
}

@@ -399,2 +402,3 @@ var eachRowEle = react_1.createElement.apply(void 0, __spread(['div', {

width: estimatedTotalWidth,
zIndex: zIndex,
}

@@ -401,0 +405,0 @@ }], eachRowChildren));

2

package.json
{
"name": "@vikadata/table",
"version": "0.0.1",
"version": "0.0.2",
"description": "React components for efficiently rendering large, scrollable lists and tabular data",

@@ -5,0 +5,0 @@ "author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",

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