@regulaforensics/face-sdk 8.2.921-nightly → 8.2.925-nightly
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/RNFaceSDK.podspec +2 -2
- package/android/build.gradle +1 -1
- package/android/cordova.gradle +1 -1
- package/android/src/main/java/com/regula/plugin/facesdk/Config.kt +4 -0
- package/android/src/main/java/com/regula/plugin/facesdk/Utils.kt +2 -3
- package/examples/capacitor/package-lock.json +128 -128
- package/examples/capacitor/package.json +2 -2
- package/examples/ionic/package-lock.json +2246 -1412
- package/examples/ionic/package.json +9 -2
- package/examples/react_native/package-lock.json +84 -84
- package/examples/react_native/package.json +2 -2
- package/ios/Config.swift +6 -3
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/json.tsx +16 -13
- package/www/capacitor/customization/customization_images.js +47 -39
- package/www/capacitor/face_capture/face_capture_config.js +4 -0
- package/www/capacitor/liveness/liveness_config.js +4 -0
- package/www/cordova.js +55 -39
- package/www/react-native/customization/customization_images.js +47 -39
- package/www/react-native/face_capture/face_capture_config.js +4 -0
- package/www/react-native/liveness/liveness_config.js +4 -0
- package/www/types/customization/customization_images.d.ts +1 -0
- package/www/types/face_capture/face_capture_config.d.ts +6 -0
- package/www/types/liveness/liveness_config.d.ts +7 -0
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"@awesome-cordova-plugins/camera": "^8.1.0",
|
|
21
21
|
"@awesome-cordova-plugins/dialogs": "^8.1.0",
|
|
22
22
|
"@awesome-cordova-plugins/file": "^8.1.0",
|
|
23
|
-
"@regulaforensics/face-sdk": "8.2.
|
|
24
|
-
"@regulaforensics/face-core-basic": "8.2.
|
|
23
|
+
"@regulaforensics/face-sdk": "8.2.925-nightly",
|
|
24
|
+
"@regulaforensics/face-core-basic": "8.2.501-nightly",
|
|
25
25
|
"cordova-android": "^14.0.1",
|
|
26
26
|
"cordova-ios": "^8.0.0",
|
|
27
27
|
"cordova-plugin-camera": "^8.0.0",
|
|
@@ -30,6 +30,13 @@
|
|
|
30
30
|
"cordova-plugin-ionic-webview": "^5.0.1",
|
|
31
31
|
"patch-package": "^8.0.1"
|
|
32
32
|
},
|
|
33
|
+
"overrides": {
|
|
34
|
+
"ajv": "^8.18.0",
|
|
35
|
+
"serialize-javascript": "^7.0.4",
|
|
36
|
+
"@angular/compiler": "^21.2.4",
|
|
37
|
+
"undici": "^7.24.0",
|
|
38
|
+
"picomatch": "^4.0.4"
|
|
39
|
+
},
|
|
33
40
|
"cordova": {
|
|
34
41
|
"plugins": {
|
|
35
42
|
"@regulaforensics/face-sdk": {},
|
|
@@ -1595,9 +1595,9 @@
|
|
|
1595
1595
|
}
|
|
1596
1596
|
},
|
|
1597
1597
|
"node_modules/@expo/cli/node_modules/brace-expansion": {
|
|
1598
|
-
"version": "5.0.
|
|
1599
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1600
|
-
"integrity": "sha512-
|
|
1598
|
+
"version": "5.0.5",
|
|
1599
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1600
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1601
1601
|
"license": "MIT",
|
|
1602
1602
|
"dependencies": {
|
|
1603
1603
|
"balanced-match": "^4.0.2"
|
|
@@ -1624,12 +1624,12 @@
|
|
|
1624
1624
|
}
|
|
1625
1625
|
},
|
|
1626
1626
|
"node_modules/@expo/cli/node_modules/glob/node_modules/minimatch": {
|
|
1627
|
-
"version": "10.2.
|
|
1628
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
1629
|
-
"integrity": "sha512
|
|
1627
|
+
"version": "10.2.5",
|
|
1628
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
1629
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
1630
1630
|
"license": "BlueOak-1.0.0",
|
|
1631
1631
|
"dependencies": {
|
|
1632
|
-
"brace-expansion": "^5.0.
|
|
1632
|
+
"brace-expansion": "^5.0.5"
|
|
1633
1633
|
},
|
|
1634
1634
|
"engines": {
|
|
1635
1635
|
"node": "18 || 20 || >=22"
|
|
@@ -1712,9 +1712,9 @@
|
|
|
1712
1712
|
}
|
|
1713
1713
|
},
|
|
1714
1714
|
"node_modules/@expo/config-plugins/node_modules/brace-expansion": {
|
|
1715
|
-
"version": "5.0.
|
|
1716
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1717
|
-
"integrity": "sha512-
|
|
1715
|
+
"version": "5.0.5",
|
|
1716
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1717
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1718
1718
|
"license": "MIT",
|
|
1719
1719
|
"dependencies": {
|
|
1720
1720
|
"balanced-match": "^4.0.2"
|
|
@@ -1741,12 +1741,12 @@
|
|
|
1741
1741
|
}
|
|
1742
1742
|
},
|
|
1743
1743
|
"node_modules/@expo/config-plugins/node_modules/minimatch": {
|
|
1744
|
-
"version": "10.2.
|
|
1745
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
1746
|
-
"integrity": "sha512
|
|
1744
|
+
"version": "10.2.5",
|
|
1745
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
1746
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
1747
1747
|
"license": "BlueOak-1.0.0",
|
|
1748
1748
|
"dependencies": {
|
|
1749
|
-
"brace-expansion": "^5.0.
|
|
1749
|
+
"brace-expansion": "^5.0.5"
|
|
1750
1750
|
},
|
|
1751
1751
|
"engines": {
|
|
1752
1752
|
"node": "18 || 20 || >=22"
|
|
@@ -1792,9 +1792,9 @@
|
|
|
1792
1792
|
}
|
|
1793
1793
|
},
|
|
1794
1794
|
"node_modules/@expo/config/node_modules/brace-expansion": {
|
|
1795
|
-
"version": "5.0.
|
|
1796
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1797
|
-
"integrity": "sha512-
|
|
1795
|
+
"version": "5.0.5",
|
|
1796
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1797
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1798
1798
|
"license": "MIT",
|
|
1799
1799
|
"dependencies": {
|
|
1800
1800
|
"balanced-match": "^4.0.2"
|
|
@@ -1821,12 +1821,12 @@
|
|
|
1821
1821
|
}
|
|
1822
1822
|
},
|
|
1823
1823
|
"node_modules/@expo/config/node_modules/minimatch": {
|
|
1824
|
-
"version": "10.2.
|
|
1825
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
1826
|
-
"integrity": "sha512
|
|
1824
|
+
"version": "10.2.5",
|
|
1825
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
1826
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
1827
1827
|
"license": "BlueOak-1.0.0",
|
|
1828
1828
|
"dependencies": {
|
|
1829
|
-
"brace-expansion": "^5.0.
|
|
1829
|
+
"brace-expansion": "^5.0.5"
|
|
1830
1830
|
},
|
|
1831
1831
|
"engines": {
|
|
1832
1832
|
"node": "18 || 20 || >=22"
|
|
@@ -1932,9 +1932,9 @@
|
|
|
1932
1932
|
}
|
|
1933
1933
|
},
|
|
1934
1934
|
"node_modules/@expo/fingerprint/node_modules/brace-expansion": {
|
|
1935
|
-
"version": "5.0.
|
|
1936
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1937
|
-
"integrity": "sha512-
|
|
1935
|
+
"version": "5.0.5",
|
|
1936
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1937
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1938
1938
|
"license": "MIT",
|
|
1939
1939
|
"dependencies": {
|
|
1940
1940
|
"balanced-match": "^4.0.2"
|
|
@@ -1961,12 +1961,12 @@
|
|
|
1961
1961
|
}
|
|
1962
1962
|
},
|
|
1963
1963
|
"node_modules/@expo/fingerprint/node_modules/glob/node_modules/minimatch": {
|
|
1964
|
-
"version": "10.2.
|
|
1965
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
1966
|
-
"integrity": "sha512
|
|
1964
|
+
"version": "10.2.5",
|
|
1965
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
1966
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
1967
1967
|
"license": "BlueOak-1.0.0",
|
|
1968
1968
|
"dependencies": {
|
|
1969
|
-
"brace-expansion": "^5.0.
|
|
1969
|
+
"brace-expansion": "^5.0.5"
|
|
1970
1970
|
},
|
|
1971
1971
|
"engines": {
|
|
1972
1972
|
"node": "18 || 20 || >=22"
|
|
@@ -2105,9 +2105,9 @@
|
|
|
2105
2105
|
}
|
|
2106
2106
|
},
|
|
2107
2107
|
"node_modules/@expo/metro-config/node_modules/brace-expansion": {
|
|
2108
|
-
"version": "5.0.
|
|
2109
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
2110
|
-
"integrity": "sha512-
|
|
2108
|
+
"version": "5.0.5",
|
|
2109
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
2110
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
2111
2111
|
"license": "MIT",
|
|
2112
2112
|
"dependencies": {
|
|
2113
2113
|
"balanced-match": "^4.0.2"
|
|
@@ -2134,12 +2134,12 @@
|
|
|
2134
2134
|
}
|
|
2135
2135
|
},
|
|
2136
2136
|
"node_modules/@expo/metro-config/node_modules/glob/node_modules/minimatch": {
|
|
2137
|
-
"version": "10.2.
|
|
2138
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
2139
|
-
"integrity": "sha512
|
|
2137
|
+
"version": "10.2.5",
|
|
2138
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
2139
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
2140
2140
|
"license": "BlueOak-1.0.0",
|
|
2141
2141
|
"dependencies": {
|
|
2142
|
-
"brace-expansion": "^5.0.
|
|
2142
|
+
"brace-expansion": "^5.0.5"
|
|
2143
2143
|
},
|
|
2144
2144
|
"engines": {
|
|
2145
2145
|
"node": "18 || 20 || >=22"
|
|
@@ -3046,9 +3046,9 @@
|
|
|
3046
3046
|
}
|
|
3047
3047
|
},
|
|
3048
3048
|
"node_modules/@xmldom/xmldom": {
|
|
3049
|
-
"version": "0.8.
|
|
3050
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.
|
|
3051
|
-
"integrity": "sha512-
|
|
3049
|
+
"version": "0.8.12",
|
|
3050
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.12.tgz",
|
|
3051
|
+
"integrity": "sha512-9k/gHF6n/pAi/9tqr3m3aqkuiNosYTurLLUtc7xQ9sxB/wm7WPygCv8GYa6mS0fLJEHhqMC1ATYhz++U/lRHqg==",
|
|
3052
3052
|
"license": "MIT",
|
|
3053
3053
|
"engines": {
|
|
3054
3054
|
"node": ">=10.0.0"
|
|
@@ -3193,9 +3193,9 @@
|
|
|
3193
3193
|
}
|
|
3194
3194
|
},
|
|
3195
3195
|
"node_modules/anymatch/node_modules/picomatch": {
|
|
3196
|
-
"version": "2.3.
|
|
3197
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
3198
|
-
"integrity": "sha512-
|
|
3196
|
+
"version": "2.3.2",
|
|
3197
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
3198
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
3199
3199
|
"license": "MIT",
|
|
3200
3200
|
"engines": {
|
|
3201
3201
|
"node": ">=8.6"
|
|
@@ -3633,9 +3633,9 @@
|
|
|
3633
3633
|
}
|
|
3634
3634
|
},
|
|
3635
3635
|
"node_modules/brace-expansion": {
|
|
3636
|
-
"version": "2.0.
|
|
3637
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
3638
|
-
"integrity": "sha512-
|
|
3636
|
+
"version": "2.0.3",
|
|
3637
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
3638
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
3639
3639
|
"license": "MIT",
|
|
3640
3640
|
"dependencies": {
|
|
3641
3641
|
"balanced-match": "^1.0.0"
|
|
@@ -4786,9 +4786,9 @@
|
|
|
4786
4786
|
}
|
|
4787
4787
|
},
|
|
4788
4788
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
4789
|
-
"version": "1.1.
|
|
4790
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
4791
|
-
"integrity": "sha512-
|
|
4789
|
+
"version": "1.1.13",
|
|
4790
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
|
|
4791
|
+
"integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
|
|
4792
4792
|
"license": "MIT",
|
|
4793
4793
|
"dependencies": {
|
|
4794
4794
|
"balanced-match": "^1.0.0",
|
|
@@ -4796,9 +4796,9 @@
|
|
|
4796
4796
|
}
|
|
4797
4797
|
},
|
|
4798
4798
|
"node_modules/glob/node_modules/minimatch": {
|
|
4799
|
-
"version": "3.1.
|
|
4800
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
4801
|
-
"integrity": "sha512-
|
|
4799
|
+
"version": "3.1.5",
|
|
4800
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
4801
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
4802
4802
|
"license": "ISC",
|
|
4803
4803
|
"dependencies": {
|
|
4804
4804
|
"brace-expansion": "^1.1.7"
|
|
@@ -5209,9 +5209,9 @@
|
|
|
5209
5209
|
}
|
|
5210
5210
|
},
|
|
5211
5211
|
"node_modules/jest-util/node_modules/picomatch": {
|
|
5212
|
-
"version": "2.3.
|
|
5213
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
5214
|
-
"integrity": "sha512-
|
|
5212
|
+
"version": "2.3.2",
|
|
5213
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
5214
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
5215
5215
|
"license": "MIT",
|
|
5216
5216
|
"engines": {
|
|
5217
5217
|
"node": ">=8.6"
|
|
@@ -6129,9 +6129,9 @@
|
|
|
6129
6129
|
}
|
|
6130
6130
|
},
|
|
6131
6131
|
"node_modules/micromatch/node_modules/picomatch": {
|
|
6132
|
-
"version": "2.3.
|
|
6133
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
6134
|
-
"integrity": "sha512-
|
|
6132
|
+
"version": "2.3.2",
|
|
6133
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
6134
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
6135
6135
|
"license": "MIT",
|
|
6136
6136
|
"engines": {
|
|
6137
6137
|
"node": ">=8.6"
|
|
@@ -6192,12 +6192,12 @@
|
|
|
6192
6192
|
}
|
|
6193
6193
|
},
|
|
6194
6194
|
"node_modules/minimatch": {
|
|
6195
|
-
"version": "9.0.
|
|
6196
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
6197
|
-
"integrity": "sha512-
|
|
6195
|
+
"version": "9.0.9",
|
|
6196
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
6197
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
6198
6198
|
"license": "ISC",
|
|
6199
6199
|
"dependencies": {
|
|
6200
|
-
"brace-expansion": "^2.0.
|
|
6200
|
+
"brace-expansion": "^2.0.2"
|
|
6201
6201
|
},
|
|
6202
6202
|
"engines": {
|
|
6203
6203
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -6299,9 +6299,9 @@
|
|
|
6299
6299
|
"license": "MIT"
|
|
6300
6300
|
},
|
|
6301
6301
|
"node_modules/node-forge": {
|
|
6302
|
-
"version": "1.
|
|
6303
|
-
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.
|
|
6304
|
-
"integrity": "sha512-
|
|
6302
|
+
"version": "1.4.0",
|
|
6303
|
+
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz",
|
|
6304
|
+
"integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==",
|
|
6305
6305
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
6306
6306
|
"engines": {
|
|
6307
6307
|
"node": ">= 6.13.0"
|
|
@@ -6638,9 +6638,9 @@
|
|
|
6638
6638
|
"license": "ISC"
|
|
6639
6639
|
},
|
|
6640
6640
|
"node_modules/picomatch": {
|
|
6641
|
-
"version": "3.0.
|
|
6642
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.
|
|
6643
|
-
"integrity": "sha512-
|
|
6641
|
+
"version": "3.0.2",
|
|
6642
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.2.tgz",
|
|
6643
|
+
"integrity": "sha512-cfDHL6LStTEKlNilboNtobT/kEa30PtAf2Q1OgszfrG/rpVl1xaFWT9ktfkS306GmHgmnad1Sw4wabhlvFtsTw==",
|
|
6644
6644
|
"license": "MIT",
|
|
6645
6645
|
"engines": {
|
|
6646
6646
|
"node": ">=10"
|
|
@@ -7678,9 +7678,9 @@
|
|
|
7678
7678
|
}
|
|
7679
7679
|
},
|
|
7680
7680
|
"node_modules/tar": {
|
|
7681
|
-
"version": "7.5.
|
|
7682
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
7683
|
-
"integrity": "sha512-
|
|
7681
|
+
"version": "7.5.13",
|
|
7682
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
|
|
7683
|
+
"integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
|
|
7684
7684
|
"license": "BlueOak-1.0.0",
|
|
7685
7685
|
"dependencies": {
|
|
7686
7686
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -7766,9 +7766,9 @@
|
|
|
7766
7766
|
}
|
|
7767
7767
|
},
|
|
7768
7768
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
7769
|
-
"version": "1.1.
|
|
7770
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
7771
|
-
"integrity": "sha512-
|
|
7769
|
+
"version": "1.1.13",
|
|
7770
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
|
|
7771
|
+
"integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
|
|
7772
7772
|
"license": "MIT",
|
|
7773
7773
|
"dependencies": {
|
|
7774
7774
|
"balanced-match": "^1.0.0",
|
|
@@ -7776,9 +7776,9 @@
|
|
|
7776
7776
|
}
|
|
7777
7777
|
},
|
|
7778
7778
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
7779
|
-
"version": "3.1.
|
|
7780
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
7781
|
-
"integrity": "sha512-
|
|
7779
|
+
"version": "3.1.5",
|
|
7780
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
7781
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
7782
7782
|
"license": "ISC",
|
|
7783
7783
|
"dependencies": {
|
|
7784
7784
|
"brace-expansion": "^1.1.7"
|
|
@@ -7831,9 +7831,9 @@
|
|
|
7831
7831
|
}
|
|
7832
7832
|
},
|
|
7833
7833
|
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
7834
|
-
"version": "4.0.
|
|
7835
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
7836
|
-
"integrity": "sha512-
|
|
7834
|
+
"version": "4.0.4",
|
|
7835
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
7836
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
7837
7837
|
"license": "MIT",
|
|
7838
7838
|
"engines": {
|
|
7839
7839
|
"node": ">=12"
|
|
@@ -7907,9 +7907,9 @@
|
|
|
7907
7907
|
}
|
|
7908
7908
|
},
|
|
7909
7909
|
"node_modules/undici": {
|
|
7910
|
-
"version": "6.
|
|
7911
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
7912
|
-
"integrity": "sha512-
|
|
7910
|
+
"version": "6.24.1",
|
|
7911
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.24.1.tgz",
|
|
7912
|
+
"integrity": "sha512-sC+b0tB1whOCzbtlx20fx3WgCXwkW627p4EA9uM+/tNNPkSS+eSEld6pAs9nDv7WbY1UUljBMYPtu9BCOrCWKA==",
|
|
7913
7913
|
"license": "MIT",
|
|
7914
7914
|
"engines": {
|
|
7915
7915
|
"node": ">=18.17"
|
|
@@ -8266,9 +8266,9 @@
|
|
|
8266
8266
|
"license": "ISC"
|
|
8267
8267
|
},
|
|
8268
8268
|
"node_modules/yaml": {
|
|
8269
|
-
"version": "2.8.
|
|
8270
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
8271
|
-
"integrity": "sha512-
|
|
8269
|
+
"version": "2.8.3",
|
|
8270
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
|
|
8271
|
+
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
|
|
8272
8272
|
"license": "ISC",
|
|
8273
8273
|
"bin": {
|
|
8274
8274
|
"yaml": "bin.mjs"
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"start": "expo start"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@regulaforensics/face-sdk": "8.2.
|
|
12
|
-
"@regulaforensics/face-core-basic": "8.2.
|
|
11
|
+
"@regulaforensics/face-sdk": "8.2.925-nightly",
|
|
12
|
+
"@regulaforensics/face-core-basic": "8.2.501-nightly",
|
|
13
13
|
"react-native": "^0.81.4",
|
|
14
14
|
"react-native-fs": "^2.20.0",
|
|
15
15
|
"react-native-image-picker": "^8.2.1",
|
package/ios/Config.swift
CHANGED
|
@@ -9,10 +9,9 @@ func setCustomization(_ it: [String: [String: Any]]) {
|
|
|
9
9
|
}
|
|
10
10
|
let dict = (face.customization.configuration!.value(forKey: key) as! NSMutableDictionary)
|
|
11
11
|
for (k, v) in value {
|
|
12
|
-
let k = Int(k)!
|
|
13
12
|
switch key {
|
|
14
|
-
case("colors"): dict[k] = UIColor.decode(v)
|
|
15
|
-
case("fonts"): dict[k] = UIFont.decode(v)
|
|
13
|
+
case("colors"): dict[Int(k)!] = UIColor.decode(v)
|
|
14
|
+
case("fonts"): dict[Int(k)!] = UIFont.decode(v)
|
|
16
15
|
case("images"): dict[k] = UIImage.decode(v)
|
|
17
16
|
default: break
|
|
18
17
|
}
|
|
@@ -33,6 +32,7 @@ public extension FaceCaptureConfiguration {
|
|
|
33
32
|
case("vibrateOnSteps"): builder.vibrateOnSteps = v as! Bool
|
|
34
33
|
case("detectOcclusion"): builder.detectOcclusion = v as! Bool
|
|
35
34
|
case("showFaceAnimation"): builder.showFaceAnimation = v as! Bool
|
|
35
|
+
case("preventScreenRecording"): builder.isPreventScreenRecordingEnable = v as! Bool
|
|
36
36
|
case("cameraPositionIOS"): builder.cameraPosition = CameraPosition(rawValue: v as! Int)!
|
|
37
37
|
case("screenOrientation"): builder.screenOrientation = RFSScreenOrientation.decode(v)
|
|
38
38
|
case("timeout"): builder.timeoutInterval = v as? NSNumber
|
|
@@ -51,6 +51,7 @@ public extension FaceCaptureConfiguration {
|
|
|
51
51
|
"vibrateOnSteps": self.vibrateOnSteps,
|
|
52
52
|
"detectOcclusion": self.detectOcclusion,
|
|
53
53
|
"showFaceAnimation": self.showFaceAnimation,
|
|
54
|
+
"preventScreenRecording": self.isPreventScreenRecordingEnable,
|
|
54
55
|
"cameraPositionIOS": self.cameraPosition.rawValue,
|
|
55
56
|
"screenOrientation": self.screenOrientation.encode(),
|
|
56
57
|
"timeout": self.timeoutInterval,
|
|
@@ -73,6 +74,7 @@ public extension LivenessConfiguration {
|
|
|
73
74
|
case("cameraPositionIOS"): builder.cameraPosition = CameraPosition(rawValue: v as! Int)!
|
|
74
75
|
case("attemptsCount"): builder.attemptsCount = v as! Int
|
|
75
76
|
case("locationTrackingEnabled"): builder.isLocationTrackingEnabled = v as! Bool
|
|
77
|
+
case("preventScreenRecording"): builder.isPreventScreenRecordingEnable = v as! Bool
|
|
76
78
|
case("recordingProcess"): builder.recordingProcess = RecordingProcess(rawValue: v as! Int)!
|
|
77
79
|
case("livenessType"): builder.livenessType = LivenessType(rawValue: v as! Int)!
|
|
78
80
|
case("screenOrientation"): builder.screenOrientation = RFSScreenOrientation.decode(v)
|
|
@@ -94,6 +96,7 @@ public extension LivenessConfiguration {
|
|
|
94
96
|
"cameraPositionIOS": self.cameraPosition.rawValue,
|
|
95
97
|
"attemptsCount": self.attemptsCount,
|
|
96
98
|
"locationTrackingEnabled": self.isLocationTrackingEnabled,
|
|
99
|
+
"preventScreenRecording": self.isPreventScreenRecordingEnable,
|
|
97
100
|
"recordingProcess": self.recordingProcess.rawValue,
|
|
98
101
|
"livenessType": self.livenessType.rawValue,
|
|
99
102
|
"screenOrientation": self.screenOrientation.encode(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/face-sdk",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.925-nightly",
|
|
4
4
|
"description": "This is an npm module for Regula Face SDK. It allows you to easily compaire faces using your phone's camera.",
|
|
5
5
|
"main": "www/react-native/index.js",
|
|
6
6
|
"module": "www/capacitor/index.js",
|
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<plugin id="@regulaforensics/face-sdk" version="8.2.
|
|
2
|
+
<plugin id="@regulaforensics/face-sdk" version="8.2.925-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
|
3
3
|
<name>FaceSDK</name>
|
|
4
4
|
<description>Cordova plugin for Regula Face SDK</description>
|
|
5
5
|
<license>commercial</license>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<source url="https://github.com/CocoaPods/Specs.git" />
|
|
28
28
|
</config>
|
|
29
29
|
<pods>
|
|
30
|
-
<pod name="FaceSDKNightly" spec="8.2.
|
|
30
|
+
<pod name="FaceSDKNightly" spec="8.2.4020" />
|
|
31
31
|
</pods>
|
|
32
32
|
</podspec>
|
|
33
33
|
</platform>
|
package/test/json.tsx
CHANGED
|
@@ -47,19 +47,20 @@ export var customizationFonts = {
|
|
|
47
47
|
"400": font2,
|
|
48
48
|
}
|
|
49
49
|
export var customizationImages = {
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
50
|
+
"onboardingScreenCloseButton": img1,
|
|
51
|
+
"onboardingScreenIllumination": img2,
|
|
52
|
+
"onboardingScreenAccessories": img3,
|
|
53
|
+
"onboardingScreenCameraLevel": img1,
|
|
54
|
+
"cameraScreenCloseButton": img2,
|
|
55
|
+
"cameraScreenLightOnButton": img3,
|
|
56
|
+
"cameraScreenLightOffButton": img1,
|
|
57
|
+
"cameraScreenSwitchButton": img2,
|
|
58
|
+
"retryScreenCloseButton": img3,
|
|
59
|
+
"retryScreenHintEnvironment": img1,
|
|
60
|
+
"retryScreenHintSubject": img2,
|
|
61
|
+
"retryScreenHintGeo": img3,
|
|
62
|
+
"processingScreenCloseButton": img1,
|
|
63
|
+
"successScreenImage": img2,
|
|
63
64
|
}
|
|
64
65
|
export var customization = {
|
|
65
66
|
"colors": customizationColors,
|
|
@@ -168,6 +169,7 @@ export var faceCaptureConfig = {
|
|
|
168
169
|
"vibrateOnSteps": true,
|
|
169
170
|
"detectOcclusion": false,
|
|
170
171
|
"showFaceAnimation": true,
|
|
172
|
+
"preventScreenRecording": false,
|
|
171
173
|
"cameraPositionAndroid": 0,
|
|
172
174
|
"cameraPositionIOS": 1,
|
|
173
175
|
"screenOrientation": [0, 1],
|
|
@@ -218,6 +220,7 @@ export var livenessConfig = {
|
|
|
218
220
|
"cameraPositionIOS": 1,
|
|
219
221
|
"screenOrientation": [0, 1],
|
|
220
222
|
"locationTrackingEnabled": true,
|
|
223
|
+
"preventScreenRecording": false,
|
|
221
224
|
"attemptsCount": 2,
|
|
222
225
|
"recordingProcess": 0,
|
|
223
226
|
"livenessType": 1,
|