New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-log2c-app-update

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-log2c-app-update - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

src/android/AppUpdate.java

3

package.json
{
"name": "cordova-plugin-log2c-app-update",
"version": "1.0.1",
"version": "1.1.0",
"description": "Cordova android app update plugin.",

@@ -14,2 +14,3 @@ "main": "index.js",

"android",
"ios",
"update",

@@ -16,0 +17,0 @@ "app",

@@ -100,3 +100,14 @@ # cordova-plugin-log2c-app-update

```
**具体信息参考[AutoUpdateProject README](https://github.com/MZCretin/AutoUpdateProject)**
**具体信息参考[AutoUpdateProject README](https://github.com/MZCretin/AutoUpdateProject)**
## 多语言
### iOS
| key | 对应位置 |
| --- | --- |
| app_update_cancel_text | 取消按钮 |
| app_update_update_text | 升级按钮 |
| app_update_new_version_text | alert标题 |

@@ -70,5 +70,6 @@ var exec = require('cordova/exec');

// versionName,
// isForceUpdate,
// forceUpdate,
// affectCodes,// 影响范围
// md5 // APK MD5信息
// md5, // APK MD5信息
// iOSUrl // iOS跳转下载App的地址
// };

@@ -79,3 +80,3 @@

callNative: function (name, args, successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, 'AndroidUpdate', name, args);
cordova.exec(successCallback, errorCallback, 'AppUpdate', name, args);
},

@@ -82,0 +83,0 @@ /**

Sorry, the diff of this file is not supported yet

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