
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
vue-chat-im
Advanced tools
``` npm install vue-chat-im@latest -S ``` ##### <font color='red'>\* 提示:</font>装完插件后,需要在 ```package.json``` 中手动修改插件版本为 ```latest``` ``` eg: "vue-chat-im": "latest" ```
npm install vue-chat-im@latest -S
package.json
中手动修改插件版本为 latest
eg: "vue-chat-im": "latest"
import store from './store'
import ZjkjIm from "vue-chat-im"
Vue.use(ZjkjIm);
ZjkjIm.mergeStore(store); // vuex 注册im模块
注意:确保imAccount和imToken都有值
<zjkj-im
:imAccount="imAccount"
:imToken="imToken"
:isShow="isShow"
@close="closeIm"
></zjkj-im>
params | Description | type | default |
---|---|---|---|
imAccount | 用户imAccount | Stirng | 无 |
imToken | 用户imToken | String | 无 |
isShow | 显示隐藏窗口 | Boolean | 一定用局部变量控制显示隐藏 |
close | 关闭窗口回调 | Function | 无 |
im注册了全局变量,可直接使用全局变量打开会话
this.$imToChat(imAccount) // 打开会话
imAccount:为交流对象的imAccount
兼容旧方法,通过zjkj-im组件的引用对象调用
this.$store.commit("SEND_MESSAGE"); // 需先打开会话
this.$nextTick(() => {
this.$refs.zjkjImRef.findFriend(imAccount);
});
this.$imShareMsg('https://www.xxx.com') // 打开选择用户,分享
注意:该选择器仅处理选择人员、业务不处理 以下示例:分享调用选择器
<initiateGroup
title="立即分享"
:orgstructure="['friend', 'group', 'recent', 'getAllOrg']"
:isyourSelf="false"
:forward="true"
@determine="determine"
@closeCreateChatComponent=“closeCreateChatComponent”
></initiateGroup>
params | Description | type | default |
---|---|---|---|
title | 选择器title | Stirng | 无 |
orgstructure | 选择器列表展示顺序 | Array | ["friend", "getAllOrg"] |
isyourSelf | 是否包含自己 | Boolean | true |
forward | 是否为转发 | Boolean | false |
determine | 确认回调 | Function | 无 |
closeCreateChatComponent | 取消回调 | Function | 无 |
FAQs
``` npm install vue-chat-im@latest -S ``` ##### <font color='red'>\* 提示:</font>装完插件后,需要在 ```package.json``` 中手动修改插件版本为 ```latest``` ``` eg: "vue-chat-im": "latest" ```
The npm package vue-chat-im receives a total of 236 weekly downloads. As such, vue-chat-im popularity was classified as not popular.
We found that vue-chat-im demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.