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

@glideapps/glide-data-grid-source

Package Overview
Dependencies
Maintainers
8
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.4.0-beta4 to 3.4.0-beta5

5

dist/js/use-movable-columns.js

@@ -62,5 +62,6 @@ import * as React from "react";

const [col, row] = cell;
const index = getSortIndexByKey(columnsIn[col], columnsIn, keys);
const needle = columns[col];
const index = columnsIn.indexOf(needle);
return getCellContentIn([index, row]);
}, [keys, columnsIn, getCellContentIn]);
}, [columns, columnsIn, getCellContentIn]);
return {

@@ -67,0 +68,0 @@ columns,

4

package.json
{
"name": "@glideapps/glide-data-grid-source",
"version": "3.4.0-beta4",
"version": "3.4.0-beta5",
"description": "Useful data source hooks for Glide Data Grid",

@@ -45,3 +45,3 @@ "sideEffects": false,

"dependencies": {
"@glideapps/glide-data-grid": "3.4.0-beta4"
"@glideapps/glide-data-grid": "3.4.0-beta5"
},

@@ -48,0 +48,0 @@ "peerDependencies": {

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