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

@gisce/react-formiga-table

Package Overview
Dependencies
Maintainers
2
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gisce/react-formiga-table - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

dist/hooks/useShiftSelect.d.ts

2

dist/components/Rows.d.ts

@@ -10,3 +10,3 @@ import { ExpandableRowIcon, ExpandOptions, OnCellRenderOpts, Sorter, TableColumn } from "../types";

isRowSelected: (row: any) => boolean;
toggleRowSelected: (row: any) => void;
toggleRowSelected: (row: any, event: any) => void;
expandableOpts?: ExpandOptions | undefined;

@@ -13,0 +13,0 @@ onExpandableIconClicked: (item: any) => void;

@@ -6,2 +6,3 @@ export declare const useSelectable: () => {

toggleRowSelected: (row: any) => void;
changeSelected: (check: boolean, items: Array<number>) => void;
};
{
"name": "@gisce/react-formiga-table",
"version": "0.6.1",
"version": "0.7.0",
"scripts": {

@@ -5,0 +5,0 @@ "build": "tsc && vite build",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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