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.8.6 to 0.8.7-rc.0

dist/components/SelectAllRecordsRow.d.ts

8

dist/types/index.d.ts

@@ -26,2 +26,7 @@ export declare type TableColumn = {

};
export interface LocalizedStrings {
recordsSelected: string;
allRecordsSelected: string;
selectAllRecords: string;
}
export declare type TableProps = {

@@ -44,2 +49,5 @@ dataSource: any[];

selectionRowKeys?: number[];
translations?: LocalizedStrings;
onSelectAllRecords?: () => Promise<void>;
totalItems?: number;
};

3

package.json
{
"name": "@gisce/react-formiga-table",
"version": "0.8.6",
"version": "0.8.7-rc.0",
"scripts": {
"start": "while :; do tsc && vite build --watch --force; done",
"build": "tsc && vite build",

@@ -6,0 +7,0 @@ "prepublishOnly": "npm run 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