You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@esvndev/es-react-table-interface

Package Overview
Dependencies
Maintainers
1
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esvndev/es-react-table-interface - npm Package Compare versions

Comparing version
1.8.51
to
1.8.52
+2
-1
dist/libs/select/select.d.ts

@@ -5,2 +5,3 @@ import React, { CSSProperties } from "react";

interface IP {
id?: string;
options: any[];

@@ -27,3 +28,3 @@ columns?: ColumnsType;

}
export declare const SelectComp: React.MemoExoticComponent<({ options, columns, isMulti, value, fieldValue, fieldLabel, onChange, isClearable, placeholder, loadOptions, style, className, formatOptionLabel, width, callback, isDisabled, invalid, selectMode }: IP) => React.JSX.Element>;
export declare const SelectComp: React.MemoExoticComponent<({ id, options, columns, isMulti, value, fieldValue, fieldLabel, onChange, isClearable, placeholder, loadOptions, style, className, formatOptionLabel, width, callback, isDisabled, invalid, selectMode }: IP) => React.JSX.Element>;
export {};
{
"name": "@esvndev/es-react-table-interface",
"version": "1.8.51",
"version": "1.8.52",
"description": "This product is designed by ESVN and is only for use in products distributed by ESVN. Any product, whether for non-commercial research or commercial purposes, must have written legal approval and a digital signature from ESVN.",

@@ -5,0 +5,0 @@ "license": "ESVN Limited Use License",

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

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