Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.0-rc8 to 3.0.0-rc9

2

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

@@ -248,3 +248,3 @@ "use strict";

if (!lastRowSticky || _row !== rows - 1 || Math.abs(ty - stickyRowY) < 0.5) {
if (!lastRowSticky || _row !== rows - 1 || Math.abs(ty - stickyRowY) > 0.5) {
ctx.moveTo(0, ty);

@@ -251,0 +251,0 @@ ctx.lineTo(width, ty);

{
"name": "@glideapps/glide-data-grid",
"version": "3.0.0-rc8",
"version": "3.0.0-rc9",
"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