Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
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.
The npm package cordova-plugin-log2c-fabu-love receives a total of 1 weekly downloads. As such, cordova-plugin-log2c-fabu-love popularity was classified as not popular.
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.