
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
yee-avatar-components
Advanced tools
易宝用户组件,整合飞书及权限中心用户信息,提供用户小头像及用户名片组件,后续丰富其他组件
飞书权限管理
若要使用该组件,需要创建对应飞书应用,并且开通对应权限控制
pnpm install yee-user-components
具体可参考Playground
<body>
<!-- index.html -->
<script src="https://lf1-cdn-tos.bytegoofy.com/goofy/locl/lark/external_js_sdk/h5-js-sdk-1.1.0-alpha.4.js"></script>
</body>
import Vue from "vue";
import axios from "axios"
import "yee-user-components/dist/style.css";
import YeeUser from "yee-user-components";
// 可在拦截器中配置token、baseUrl
axios.defaults.headers.yuiassotoken = "xxx"
axios.defaults.baseURL = "xxxx";
YeeUser.defaults.axios = axios;
Vue.use(YeeUser, {
appId: "xxxx", // 飞书应用id
});
<yee-user-avatar login-name="xxx" />
FAQs
The npm package yee-avatar-components receives a total of 0 weekly downloads. As such, yee-avatar-components popularity was classified as not popular.
We found that yee-avatar-components 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.