
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
cordova-plugin-mz-bugly-sdk
Advanced tools
腾讯Buyly SDK的Cordova插件。
cordova plugin add cordova-plugin-mz-bugly-sdk
初始化SDK
var args = {
// 通用配置
debug:true,
ios_appId:"",
//是否开启卡顿检测
block_monitor_enable:true
};
window.bugly.initSDK(function(success){
console.log("初始化成功");
},function(err){
console.log("初始化失败");
console.log(err);
},args);
window.bugly.setUserId(function(success){
console.log("设置成功");
},function(err){
console.log("设置失败");
console.log(err);
},{{userId}});
window.bugly.setUserValue(function(success){
console.log("设置成功");
},function(err){
console.log("设置失败");
console.log(err);
},{
userName:"{{userName}}",
nickName:"{{nickName}}",
});
npm publish --registry=https://registry.npmjs.org/
FAQs
Cordova Crash Reporter
The npm package cordova-plugin-mz-bugly-sdk receives a total of 2 weekly downloads. As such, cordova-plugin-mz-bugly-sdk popularity was classified as not popular.
We found that cordova-plugin-mz-bugly-sdk 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.