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

@glideapps/glide-data-grid

Package Overview
Dependencies
Maintainers
8
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glideapps/glide-data-grid - npm Package Compare versions

Comparing version 3.1.1-alpha7 to 3.1.1-alpha8

9

dist/js/data-grid/data-grid-render.js

@@ -506,2 +506,4 @@ import { isInnerOnlyCell, GridCellKind } from "./data-grid-types";

ctx.save();
let font = `${outerTheme.baseFontStyle} ${outerTheme.fontFamily}`;
ctx.font = font;
ctx.beginPath();

@@ -598,2 +600,9 @@ ctx.rect(drawX + diff, headerHeight + 1, c.width - diff, height - headerHeight - 1);

const cellFont = `${theme.baseFontStyle} ${theme.fontFamily}`;
if (cellFont !== font) {
ctx.font = cellFont;
font = cellFont;
}
if (drawCell(ctx, row, cell, c.sourceIndex, drawX, drawY, c.width, rh, highlighted, theme, drawCustomCell, imageLoader, (_hoverValue$hoverAmou = hoverValue === null || hoverValue === void 0 ? void 0 : hoverValue.hoverAmount) !== null && _hoverValue$hoverAmou !== void 0 ? _hoverValue$hoverAmou : 0, hoverInfo, frameTime)) {

@@ -600,0 +609,0 @@ enqueue([c.sourceIndex, row]);

2

package.json
{
"name": "@glideapps/glide-data-grid",
"version": "3.1.1-alpha7",
"version": "3.1.1-alpha8",
"description": "Super fast, pure canvas Data Grid Editor",

@@ -5,0 +5,0 @@ "main": "dist/js/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