Socket
Socket
Sign inDemoInstall

@tencentcloud/chat-uikit-vue

Package Overview
Dependencies
Maintainers
19
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tencentcloud/chat-uikit-vue - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

11

CHANGELOG.md

@@ -0,1 +1,12 @@

## [2.0.3] (2023-01-12)
### Features
- TUIContact 关系链支持用户在线状态。
- TUIContact 中获取客服列表的时机调整为 Engine 设置商业化能力位之后。
### Fix
- 修复已知问题,提升稳定性
## [2.0.2] (2023-01-05)

@@ -2,0 +13,0 @@

11

interface.ts

@@ -146,2 +146,3 @@ import { IMessageModel } from "@tencentcloud/chat-uikit-engine";

list: Array<any>;
key: string;
unreadCount?: number;

@@ -155,3 +156,3 @@ }

friendList: IContactListItem;
[key:string]: IContactListItem;
[key: string]: IContactListItem;
}

@@ -229,1 +230,9 @@

}
export interface IUserStatus {
statusType: number;
customStatus: string;
}
export interface IUserStatusMap {
[userID: string]: IUserStatus;
}

2

package.json
{
"name": "@tencentcloud/chat-uikit-vue",
"version": "2.0.2",
"version": "2.0.3",
"repository": "https://github.com/TencentCloud/chat-uikit-vue",

@@ -5,0 +5,0 @@ "description": "TUIKit 是基于 IM SDK 实现的一套 UI 组件,其包含会话、聊天、群组、个人资料等功能,基于 TUIKit 组件您可以像搭积木一样快速搭建起自己的业务逻辑。",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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