@socure-inc/docv-react-native 4.0.0 → 4.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +3 -1
- package/package.json +1 -1
- package/socure-docv-react-native.podspec +1 -1
- package/.whitesource +0 -23
package/android/build.gradle
CHANGED
|
@@ -36,6 +36,8 @@ def getExtOrIntegerDefault(name) {
|
|
|
36
36
|
android {
|
|
37
37
|
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
|
|
38
38
|
|
|
39
|
+
namespace "com.socure.docv.reactnative"
|
|
40
|
+
|
|
39
41
|
defaultConfig {
|
|
40
42
|
minSdkVersion getExtOrIntegerDefault('minSdkVersion')
|
|
41
43
|
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
|
|
@@ -134,7 +136,7 @@ dependencies {
|
|
|
134
136
|
//noinspection GradleDynamicVersion
|
|
135
137
|
implementation "com.facebook.react:react-native:+"
|
|
136
138
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
137
|
-
implementation "com.github.socure-inc:socure-docv:4.
|
|
139
|
+
implementation "com.github.socure-inc:socure-docv:4.1.0"
|
|
138
140
|
// From node_modules
|
|
139
141
|
}
|
|
140
142
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socure-inc/docv-react-native",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.1.0-alpha.2",
|
|
4
4
|
"description": "The Predictive Document Verification (DocV) SDK React Native bridge allows you to use the DocV SDK v4 for Android and iOS in your React Native application.",
|
|
5
5
|
"main": "src/index",
|
|
6
6
|
"types": "dist/index.d.ts",
|
package/.whitesource
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"scanSettings": {
|
|
3
|
-
"configMode": "AUTO",
|
|
4
|
-
"configExternalURL": "",
|
|
5
|
-
"projectToken": "",
|
|
6
|
-
"baseBranches": []
|
|
7
|
-
},
|
|
8
|
-
"commitStatusSettings": {
|
|
9
|
-
"vulnerableCommitStatus": "FAILED",
|
|
10
|
-
"displayMode": "diff",
|
|
11
|
-
"useMendStatusNames": true
|
|
12
|
-
},
|
|
13
|
-
"issueSettings": {
|
|
14
|
-
"minSeverityLevel": "LOW",
|
|
15
|
-
"openConfidentialIssues": true,
|
|
16
|
-
"issueType": "DEPENDENCY"
|
|
17
|
-
},
|
|
18
|
-
"remediateSettings": {
|
|
19
|
-
"workflowRules": {
|
|
20
|
-
"enabled": true
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|