Socket
Socket
Sign inDemoInstall

@tencentcloud/chat-uikit-engine

Package Overview
Dependencies
3
Maintainers
7
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

11

index.d.ts

@@ -130,5 +130,12 @@ import TencentCloudChat, { Message, Conversation } from '@tencentcloud/chat';

receiverList?: Array<string>;
revoker: string | null;
revoker: string;
sequence: number;
progress: number;
revokerInfo: {
userID: string;
nick: string;
avatar: string;
};
revokeReason: string;
hasRiskContent: boolean;
updateProperties(options: Message): void;

@@ -444,3 +451,3 @@ getMessage(): Message;

unwatch(storeName: StoreName, options: IOptions): void;
update(storeName: StoreName, key: string, data: unknown): void;
update(storeName: StoreName, key: string, data: any): void;
getData(storeName: StoreName, key: string): any;

@@ -447,0 +454,0 @@ getConversationModel(conversationID: string): IConversationModel;

4

package.json
{
"name": "@tencentcloud/chat-uikit-engine",
"version": "0.0.4",
"version": "0.0.5",
"description": "Tencent Cloud TUIChatEngine SDK for Chat TUIKit",

@@ -22,3 +22,3 @@ "main": "index.js",

"dependencies": {
"@tencentcloud/chat": "^3.1.0",
"@tencentcloud/chat": "^3.1.2",
"tim-profanity-filter-plugin": "^0.9.0",

@@ -25,0 +25,0 @@ "tim-upload-plugin": "^1.2.0"

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

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