Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
cloudbase-adapter-privatelink
Advanced tools
tcb-js-sdk适配器接口,各平台适配器按照此接口规范进行开发。
npm i cloudbase-adapter-wx_mp -S
可以使用unpkg托管的js文件,地址如下: https://unpkg.com/cloudbase-adapter-wx_mp/dist/index.js
import tcb from 'tsb-js-sdk';
import adapterForWxMp from 'cloudbase-adapter-wx_mp';
// 以下两种方式二选一
// 1.单参数传入
tcb.useAdapters(adapterForWxMp);
// 2.数组形式传参
tcb.useAdapters([adapterForWxMp]);
// adapter必须在init之前传入
tcb.init();
FAQs
wechat miniprogram adapter of cloudbase javascript SDK
We found that cloudbase-adapter-privatelink demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.