Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eservices-core

Package Overview
Dependencies
Maintainers
0
Versions
652
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eservices-core - npm Package Compare versions

Comparing version 1.3.221 to 1.3.222

6

dist/frontend/src/config.d.ts

@@ -10,3 +10,3 @@ import { IExtendedMetadata } from '../../backend/src/types/metadata-type';

applicationName: 'BAP' | 'SCP';
arrayListCellHandlers: IListCellHandler[];
arrayListCellHandlers: IListCellHandler<any>[];
/**

@@ -27,3 +27,3 @@ * @description Обработчик для дополнительной обработки параметров поля в widget-filed, которые будут замещать

*/
listCellHandler?: IListCellHandler;
listCellHandler?: IListCellHandler<any>;
/**

@@ -71,3 +71,3 @@ * @description Функция обработчик для ячейки конфигурации. При помощи неё можно изменить(добавить новые

}
export declare type IListCellHandler = (cell: Partial<IListCell>, rowValues: unknown, outputCellData: IOutputCellData) => any;
export declare type IListCellHandler<T extends Partial<IListCell>> = (cell: T, rowValues: unknown, outputCellData: IOutputCellData) => any;
export declare const configuration: Partial<ConfigurationInterface>;

@@ -74,0 +74,0 @@ export declare function config(v: Partial<ConfigurationInterface>): void;

{
"name": "eservices-core",
"version": "1.3.221",
"version": "1.3.222",
"description": "Core library",

@@ -5,0 +5,0 @@ "author": "",

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

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