Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-log2c-fabu-love

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-log2c-fabu-love

Cordova android app update plugin.

  • 2.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

cordova-plugin-log2c-fabu-love

基于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

API

/**
 * 检查更新
 * @param {*} config 配置 {
 *  checkOnly:  boolean 只返回更新信息,不弹出检查更新的 alert
 * }
 * @param {*} successCallback 回调 {
 *  hasNewVersion: boolean, //是否有更新
 *  changelog:  string,
 *  version:    string  // 1.0.0
 * }
 * @param {*} errorCallback 异常回调
 */
checkUpdate: function (config, successCallback, errorCallback){};

Keywords

FAQs

Package last updated on 13 Mar 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc