Socket
Socket
Sign inDemoInstall

@im-js/core

Package Overview
Dependencies
Maintainers
5
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.15.1 to 1.15.2

13

interfaces/record-defaults.d.ts

@@ -88,2 +88,11 @@ /**

/**
* 공통 구조: 등록자 및 수정자
* @author ksm@imrbiz.co.kr
* @description
* - insertedBy
* - updatedBy
*/
export interface RecordBys extends RecordInsertedBy, RecordUpdatedBy {
}
/**
* 공통 구조: 입출력 시간 및 사용자

@@ -97,3 +106,3 @@ * @author ksm@imrbiz.co.kr

*/
export interface RecordTimesBys extends RecordInsertedBys, RecordUpdatedBys {
export interface RecordTimeBys extends RecordInsertedBys, RecordUpdatedBys {
}

@@ -131,3 +140,3 @@ /**

*/
export interface RecordDefaultsBys extends RecordSeq, RecordTimesBys {
export interface RecordDefaultsBys extends RecordSeq, RecordTimeBys {
}

@@ -134,0 +143,0 @@ /**

2

package.json
{
"name": "@im-js/core",
"version": "1.15.1",
"version": "1.15.2",
"peerDependencies": {},

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

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