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.
cordova-plugin-log2c-fabu-love
Advanced tools
基于Fabu.love
App内测分发平台开发的一个自动检查更新的Cordova plugin.
本组件依赖更新组件App update
安装Plugin
cordova plugin cordova-plugin-log2c-fabu-love \
--variable DOMAIN='' \
--variable TEAM_ID=''
DOMAIN
: 检查更新的URL地址(最后不要带/
,如http://127.0.0.1
即可)
TEAM_ID
: 爱发布里checkupdate
接口里的team_id
/**
* 检查更新
* @param {*} config 配置 {
* checkOnly: boolean 只返回更新信息,不弹出检查更新的 alert
* }
* @param {*} successCallback 回调 {
* hasNewVersion: boolean, //是否有更新
* changelog: string,
* version: string // 1.0.0
* }
* @param {*} errorCallback 异常回调
*/
checkUpdate: function (config, successCallback, errorCallback){};
FAQs
Cordova android app update plugin.
We found that cordova-plugin-log2c-fabu-love demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.