Socket
Socket
Sign inDemoInstall

@tencentcloud/chat-uikit-vue

Package Overview
Dependencies
Maintainers
9
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 1.2.1 to 1.2.2

TUICore/server/dist/index.js

2

package.json
{
"name": "@tencentcloud/chat-uikit-vue",
"version": "1.2.1",
"version": "1.2.2",
"dependencies": {

@@ -5,0 +5,0 @@ "@vueuse/core": "^8.2.6",

@@ -71,26 +71,10 @@ import { TUITheme, TUIi18n, TUIEnv, TUIDirective } from '../../TUIPlugin';

}
if (TUIEnv().isH5) {
Aegis.reportEvent({
name: 'SDKAppID',
ext1: 'IMTUIKitH5External',
ext2: 'IMTUIKitH5External',
ext3: options.SDKAppID,
});
Aegis.setAegisOptions({
ext2: 'TUIKitH5',
ext3: options.SDKAppID,
});
} else {
Aegis.reportEvent({
name: 'SDKAppID',
ext1: 'IMTUIKitWebExternal',
ext2: 'IMTUIKitWebExternal',
ext3: options.SDKAppID,
});
Aegis.setAegisOptions({
ext2: 'TUIKitWeb',
ext3: options.SDKAppID,
});
}
const { isH5 } = TUIEnv();
Aegis.reportEvent({
name: 'SDKAppID',
ext1: isH5 ? 'IMTUIKitH5External' : 'IMTUIKitWebExternal',
ext2: isH5 ? 'IMTUIKitH5External' : 'IMTUIKitWebExternal',
ext3: options.SDKAppID,
});
Aegis.reportEvent({
name: 'time',

@@ -97,0 +81,0 @@ ext1: 'firstRunTime',

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