Socket
Socket
Sign inDemoInstall

@im-js/core

Package Overview
Dependencies
0
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.15.2 to 1.16.0

0

functions/throttle-map.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { RecordKvs } from './record-kvs';

3

interfaces/record-extends.d.ts

@@ -1,2 +0,1 @@

import { RecordDefaults } from './record-defaults';
/**

@@ -30,3 +29,3 @@ * 동적 확장값 DB 생성 구조

*/
export interface InsertedRecordExtend extends InsertRecordExtend, RecordDefaults {
export interface InsertedRecordExtend extends InsertRecordExtend {
}

@@ -33,0 +32,0 @@ /**

/**
* 사용자 정의 입력란 기본 유형
*/
export declare type CustomizeInputNativeInput = 'text' | 'number' | 'password' | 'checkbox' | 'radio' | 'file' | 'textarea' | 'select' | 'date' | 'datetime';
export type CustomizeInputNativeInput = 'text' | 'number' | 'password' | 'checkbox' | 'radio' | 'file' | 'textarea' | 'select' | 'date' | 'datetime';
/**
* 사용자 정의 입력란 확장 유형
*/
export declare type CustomizeInputExtendInput = 'integer' | 'float' | 'year' | 'month' | 'boolean';
export type CustomizeInputExtendInput = 'integer' | 'float' | 'year' | 'month' | 'boolean';
/**
* 사용자 정의 입력란 유형
*/
export declare type CustomizeInputType = CustomizeInputNativeInput | CustomizeInputExtendInput;
export type CustomizeInputType = CustomizeInputNativeInput | CustomizeInputExtendInput;
/**

@@ -14,0 +14,0 @@ * 공통 구조: KVS

{
"name": "@im-js/core",
"version": "1.15.2",
"version": "1.16.0",
"peerDependencies": {},

@@ -5,0 +5,0 @@ "typedoc": {

@@ -0,0 +0,0 @@ export * from './interfaces/record-defaults';

@@ -0,0 +0,0 @@ /**

@@ -5,3 +5,3 @@ /**

*/
export declare type RequestSystemMessage = null;
export type RequestSystemMessage = null;
/**

@@ -11,3 +11,3 @@ * 시스템 사용량 중계 메세지 본문 구조

*/
export declare type RequestSystemUsageMessage = null;
export type RequestSystemUsageMessage = null;
/**

@@ -17,3 +17,3 @@ * 시스템 사용량 중계 취소 메시지 본문 구조

*/
export declare type RequestSystemUsageAbortMessage = null;
export type RequestSystemUsageAbortMessage = null;
/**

@@ -20,0 +20,0 @@ * 시스템 상태 응답 메시지 본문 구조

export * from './interfaces/system-monitor';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc