Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@bnfe/lark-utils
Advanced tools
这是一个在飞书移动端网页内环境下的utils包
pnpm install @bnfe/lark-utils -S
import larkSDK from "@bnfe/lark-utils";
/**
* 飞书授权登录-免登
* @param {string} appId 飞书应用的appId
* @param {string} env 环境变量 dev/prod
* @return Promise
*/
larkSDK.baseLogin(appId, env);
/**
* 飞书授权登录-鉴权
* @param {string} appId 飞书应用的appId
* @param {string} env 环境变量 dev/prod
* @param {string[]} jsApiList 需要授权的接口
* @return Promise
*/
larkSDK.login(appId, env, jsApiList);
/**
* @param {Record<string, any>}
* @param appId 应用id
* @param id 元素id(默认lark-code)
* @param width 二维码宽度(默认260)
* @param height 二维码高度(默认260)
*/
larkSDK.getQRCode({appId: "xxx"})
FAQs
lark-utils
The npm package @bnfe/lark-utils receives a total of 2 weekly downloads. As such, @bnfe/lark-utils popularity was classified as not popular.
We found that @bnfe/lark-utils 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.