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

galahad

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

galahad - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

lib/Galahad.js

@@ -498,3 +498,3 @@ 'use strict';

isLastRow: i === list.length - 1
}, 'cell-' + i + '-' + column.id, column.renderLoading ? _jsx(column.renderLoading, {
}, 'cell-' + i + '-' + column.id, _jsx(_DataCell.DataCellInner, {}, void 0, column.renderLoading ? _jsx(column.renderLoading, {
self: column

@@ -504,3 +504,3 @@ }, renderKey) : _jsx(_Placeloader2.default, {

style: { float: column.textAlign || 'left' }
}, renderKey));
}, renderKey)));
}

@@ -507,0 +507,0 @@

{
"name": "galahad",
"version": "0.3.1",
"version": "0.3.2",
"description": "It's a data table, made in React.",

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

@@ -339,9 +339,11 @@ // @flow

>
{column.renderLoading ? <column.renderLoading key={renderKey} self={column} /> : (
<Placeloader
key={renderKey}
w="60px"
style={{ float: column.textAlign || 'left' }}
/>
)}
<DataCellInner>
{column.renderLoading ? <column.renderLoading key={renderKey} self={column} /> : (
<Placeloader
key={renderKey}
w="60px"
style={{ float: column.textAlign || 'left' }}
/>
)}
</DataCellInner>
</DataCell>

@@ -348,0 +350,0 @@ )

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