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 5.99.9-beta6 to 5.99.9-beta7

1

dist/dts/index.d.ts

@@ -6,1 +6,2 @@ export { useCollapsingGroups } from "./use-collapsing-groups.js";

export { useUndoRedo } from "./use-undo-redo.js";
//# sourceMappingURL=index.d.ts.map

@@ -7,1 +7,2 @@ import { type DataEditorProps, type DataEditorRef, type EditableGridCell, type GridCell, type Item } from "@glideapps/glide-data-grid";

export declare function useAsyncDataSource<TRowType>(pageSize: number, maxConcurrency: number, getRowData: RowCallback<TRowType>, toCell: RowToCell<TRowType>, onEdited: RowEditedCallback<TRowType>, gridRef: React.MutableRefObject<DataEditorRef | null>): Pick<DataEditorProps, "getCellContent" | "onVisibleRegionChanged" | "onCellEdited" | "getCellsForSelection">;
//# sourceMappingURL=use-async-data-source.d.ts.map

@@ -8,1 +8,2 @@ import type { DataEditorProps, Theme } from "@glideapps/glide-data-grid";

export {};
//# sourceMappingURL=use-collapsing-groups.d.ts.map

@@ -16,1 +16,2 @@ import { type DataEditorProps, type GridColumn } from "@glideapps/glide-data-grid";

export {};
//# sourceMappingURL=use-column-sort.d.ts.map

@@ -5,1 +5,2 @@ import type { DataEditorProps } from "@glideapps/glide-data-grid";

export {};
//# sourceMappingURL=use-movable-columns.d.ts.map

@@ -12,1 +12,2 @@ /// <reference types="react" resolution-mode="require"/>

};
//# sourceMappingURL=use-undo-redo.d.ts.map

4

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

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

"dependencies": {
"@glideapps/glide-data-grid": "5.99.9-beta6"
"@glideapps/glide-data-grid": "5.99.9-beta7"
},

@@ -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