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.3-alpha2 to 3.1.3-alpha3

6

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

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

};
if (theme.bgHeader !== outerTheme.bgHeader) {
ctx.fillStyle = theme.bgHeader;
ctx.fill();
}
const f = `${theme.headerFontStyle} ${theme.fontFamily}`;

@@ -414,0 +420,0 @@

2

package.json
{
"name": "@glideapps/glide-data-grid",
"version": "3.1.3-alpha2",
"version": "3.1.3-alpha3",
"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