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-alpha3 to 3.1.3-alpha4

4

dist/js/data-grid/data-grid-lib.js

@@ -98,5 +98,5 @@ import { degreesToRadians, direction } from "../common/utils";

export function getRowIndexForY(targetY, height, hasGroups, headerHeight, groupHeaderHeight, rows, rowHeight, cellYOffset, translateY, lastRowSticky) {
const totalHeaderHeight = headerHeight + groupHeaderHeight;
if (hasGroups && targetY <= groupHeaderHeight) return -2;
if (targetY <= headerHeight) return -1;
const totalHeaderHeight = headerHeight + groupHeaderHeight;
if (targetY <= totalHeaderHeight) return -1;
const lastRowHeight = typeof rowHeight === "number" ? rowHeight : rowHeight(rows - 1);

@@ -103,0 +103,0 @@

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