Socket
Socket
Sign inDemoInstall

@im-js/core

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@im-js/core - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

17

interfaces/defaults.d.ts
/**
* 입력 시간 구조
*/
export interface Inserted {
export interface RecordInserted {
/**

@@ -13,3 +13,3 @@ * 입력 시간

*/
export interface Updated {
export interface RecordUpdated {
/**

@@ -22,4 +22,7 @@ * 수정 시간

* 입출력 시간 구조
* @description
* - RecordInserted
* - RecordUpdated
*/
export interface Timestamp extends Inserted, Updated {
export interface RecordTimes extends RecordInserted, RecordUpdated {
}

@@ -29,3 +32,3 @@ /**

*/
export interface Sequence {
export interface RecordSeq {
/**

@@ -38,4 +41,8 @@ * 주 식별 값

* 기본 항목 구조
* @description
* - RecordSeq
* - RecordInserted
* - RecordUpdated
*/
export interface DefaultProperties extends Sequence, Timestamp {
export interface RecordDefaults extends RecordSeq, RecordTimes {
}

@@ -12,5 +12,5 @@ export interface PostExtendProperties {

/**
* `values`, `files` 구조
* `values`, `files` DB 읽기 구조
*/
export interface GetExtendProperties {
export interface SelectExtendProperties {
/**

@@ -17,0 +17,0 @@ * 동적 확장 첨부 파일

{
"name": "@im-js/core",
"version": "1.7.0",
"version": "1.8.0",
"peerDependencies": {},
"license": "ISC",
"author": "ksm@imrbiz.co.kr",
"description": "IMR Standard Typescript and Javascript Libraries",
"type": "module",
"author": "ksm@imrbiz.co.kr",
"license": "ISC",
"peerDependencies": {},
"main": "core.cjs",
"module": "core.mjs",
"types": "public-api.d.ts",

@@ -21,2 +18,3 @@ "fesm2015": "core.mjs",

".": {
"types": "./public-api.d.ts",
"fesm2015": "./core.mjs",

@@ -23,0 +21,0 @@ "fesm2020": "./core.mjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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