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

jgnpmplus-jverification-cordova-plugin

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jgnpmplus-jverification-cordova-plugin - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

.idea/JVerification-cordova-plugin.iml

20

doc/android.md

@@ -97,4 +97,2 @@ ## 参考资料

|:-----:|:----:|:----:|
|setAppPrivacyOne|String,String|设置开发者隐私条款1名称和URL(名称,url)|
|setAppPrivacyTwo|String,String|设置开发者隐私条款2名称和URL(名称,url)|
|setAppPrivacyColor|int,int|设置隐私条款名称颜色(基础文字颜色,协议文字颜色)|

@@ -107,3 +105,2 @@ |setPrivacyOffsetY|int|设置隐私条款相对于授权页面底部下边缘y偏移|

|setPrivacyTextCenterGravity|boolean|设置隐私条款文字是否居中对齐(默认左对齐)。since 2.3.8|
|setPrivacyText|String,String,String,String|设置隐私条款名称外的文字。<br>如:登录即同意...和...、...并使用本机号码登录<br>参数1为:"登录即同意"。<br>参数2为:"和"。<br>参数3为:"、"。<br>参数4为:"并使用本机号码登录"。<br>since 2.3.8|
|setPrivacyTextSize|int|设置隐私条款文字字体大小(单位:sp)。since 2.4.1|

@@ -118,3 +115,20 @@ |setPrivacyTopOffsetY|int|设置隐私条款相对导航栏下端y轴偏移。since 2.4.8|

|setPrivacyUnderlineText|boolean|设置隐私条款文字字体是否加下划线。since 2.5.4|
|appPrivacys|json array|设置开发者自定义隐私协议。<br>appPrivacyName:隐私条款名称;<br>appPrivacyUrl:隐私条款URL;<br>appPrivacySeparator:连接符号。<br>可参考下方《隐私协议设置示例》。since 2.7.4 |
+ 隐私协议设置示例
```
appPrivacys:[
{
"appPrivacyName":"自定义条款1",
"appPrivacyUrl":"https://www.jiguang.cn/about",
"appPrivacySeparator":"、"
},
{
"appPrivacyName":"自定义条款2",
"appPrivacyUrl":"https://www.jiguang.cn/about",
"appPrivacySeparator":"、"
}
]
```
+ 授权页隐私协议web页面

@@ -121,0 +135,0 @@

2

jverification_cordova_demo/package.json

@@ -20,3 +20,3 @@ {

"cordova-plugin-jcore": "^1.4.4",
"jgnpmplus-jverification-cordova-plugin": "^2.0.5"
"jgnpmplus-jverification-cordova-plugin": "^2.0.6"
},

@@ -23,0 +23,0 @@ "cordova": {

{
"name": "jgnpmplus-jverification-cordova-plugin",
"version": "2.0.5",
"version": "2.0.6",
"description": "jgnpmplus-JVerification-cordova-plugin",

@@ -5,0 +5,0 @@ "cordova": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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