@regulaforensics/react-native-document-reader-api 9.6.630-beta → 9.6.632-beta
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/example/package-lock.json +123 -20
- package/example/package.json +2 -3
- package/package.json +1 -1
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"name": "DocumentReader",
|
|
9
9
|
"version": "0.0.1",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@regulaforensics/react-native-document-reader-api": "
|
|
12
|
-
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "
|
|
11
|
+
"@regulaforensics/react-native-document-reader-api": "api_version_place_holder",
|
|
12
|
+
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "core_version_place_holder",
|
|
13
13
|
"@rneui/base": "4.0.0-rc.7",
|
|
14
14
|
"@rneui/themed": "4.0.0-rc.7",
|
|
15
15
|
"react": "19.0.0",
|
|
@@ -2070,6 +2070,13 @@
|
|
|
2070
2070
|
"url": "https://opencollective.com/eslint"
|
|
2071
2071
|
}
|
|
2072
2072
|
},
|
|
2073
|
+
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
2074
|
+
"version": "2.0.1",
|
|
2075
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2076
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2077
|
+
"dev": true,
|
|
2078
|
+
"license": "Python-2.0"
|
|
2079
|
+
},
|
|
2073
2080
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
2074
2081
|
"version": "1.1.13",
|
|
2075
2082
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
|
|
@@ -2081,6 +2088,29 @@
|
|
|
2081
2088
|
"concat-map": "0.0.1"
|
|
2082
2089
|
}
|
|
2083
2090
|
},
|
|
2091
|
+
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
2092
|
+
"version": "4.2.0",
|
|
2093
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
|
|
2094
|
+
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
|
2095
|
+
"dev": true,
|
|
2096
|
+
"funding": [
|
|
2097
|
+
{
|
|
2098
|
+
"type": "github",
|
|
2099
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"type": "github",
|
|
2103
|
+
"url": "https://github.com/sponsors/nodeca"
|
|
2104
|
+
}
|
|
2105
|
+
],
|
|
2106
|
+
"license": "MIT",
|
|
2107
|
+
"dependencies": {
|
|
2108
|
+
"argparse": "^2.0.1"
|
|
2109
|
+
},
|
|
2110
|
+
"bin": {
|
|
2111
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2084
2114
|
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
2085
2115
|
"version": "3.1.5",
|
|
2086
2116
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
@@ -4012,10 +4042,13 @@
|
|
|
4012
4042
|
"license": "MIT"
|
|
4013
4043
|
},
|
|
4014
4044
|
"node_modules/argparse": {
|
|
4015
|
-
"version": "
|
|
4016
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
4017
|
-
"integrity": "sha512-
|
|
4018
|
-
"license": "
|
|
4045
|
+
"version": "1.0.10",
|
|
4046
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4047
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4048
|
+
"license": "MIT",
|
|
4049
|
+
"dependencies": {
|
|
4050
|
+
"sprintf-js": "~1.0.2"
|
|
4051
|
+
}
|
|
4019
4052
|
},
|
|
4020
4053
|
"node_modules/array-buffer-byte-length": {
|
|
4021
4054
|
"version": "1.0.2",
|
|
@@ -5090,6 +5123,36 @@
|
|
|
5090
5123
|
}
|
|
5091
5124
|
}
|
|
5092
5125
|
},
|
|
5126
|
+
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
5127
|
+
"version": "2.0.1",
|
|
5128
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
5129
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
5130
|
+
"devOptional": true,
|
|
5131
|
+
"license": "Python-2.0"
|
|
5132
|
+
},
|
|
5133
|
+
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
5134
|
+
"version": "4.2.0",
|
|
5135
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
|
|
5136
|
+
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
|
5137
|
+
"devOptional": true,
|
|
5138
|
+
"funding": [
|
|
5139
|
+
{
|
|
5140
|
+
"type": "github",
|
|
5141
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"type": "github",
|
|
5145
|
+
"url": "https://github.com/sponsors/nodeca"
|
|
5146
|
+
}
|
|
5147
|
+
],
|
|
5148
|
+
"license": "MIT",
|
|
5149
|
+
"dependencies": {
|
|
5150
|
+
"argparse": "^2.0.1"
|
|
5151
|
+
},
|
|
5152
|
+
"bin": {
|
|
5153
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5154
|
+
}
|
|
5155
|
+
},
|
|
5093
5156
|
"node_modules/create-jest": {
|
|
5094
5157
|
"version": "29.7.0",
|
|
5095
5158
|
"resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz",
|
|
@@ -6236,6 +6299,13 @@
|
|
|
6236
6299
|
"node": ">=10"
|
|
6237
6300
|
}
|
|
6238
6301
|
},
|
|
6302
|
+
"node_modules/eslint/node_modules/argparse": {
|
|
6303
|
+
"version": "2.0.1",
|
|
6304
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
6305
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
6306
|
+
"dev": true,
|
|
6307
|
+
"license": "Python-2.0"
|
|
6308
|
+
},
|
|
6239
6309
|
"node_modules/eslint/node_modules/brace-expansion": {
|
|
6240
6310
|
"version": "1.1.13",
|
|
6241
6311
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
|
|
@@ -6277,6 +6347,29 @@
|
|
|
6277
6347
|
"url": "https://opencollective.com/eslint"
|
|
6278
6348
|
}
|
|
6279
6349
|
},
|
|
6350
|
+
"node_modules/eslint/node_modules/js-yaml": {
|
|
6351
|
+
"version": "4.2.0",
|
|
6352
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
|
|
6353
|
+
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
|
6354
|
+
"dev": true,
|
|
6355
|
+
"funding": [
|
|
6356
|
+
{
|
|
6357
|
+
"type": "github",
|
|
6358
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
6359
|
+
},
|
|
6360
|
+
{
|
|
6361
|
+
"type": "github",
|
|
6362
|
+
"url": "https://github.com/sponsors/nodeca"
|
|
6363
|
+
}
|
|
6364
|
+
],
|
|
6365
|
+
"license": "MIT",
|
|
6366
|
+
"dependencies": {
|
|
6367
|
+
"argparse": "^2.0.1"
|
|
6368
|
+
},
|
|
6369
|
+
"bin": {
|
|
6370
|
+
"js-yaml": "bin/js-yaml.js"
|
|
6371
|
+
}
|
|
6372
|
+
},
|
|
6280
6373
|
"node_modules/eslint/node_modules/minimatch": {
|
|
6281
6374
|
"version": "3.1.5",
|
|
6282
6375
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
@@ -6321,6 +6414,19 @@
|
|
|
6321
6414
|
"url": "https://opencollective.com/eslint"
|
|
6322
6415
|
}
|
|
6323
6416
|
},
|
|
6417
|
+
"node_modules/esprima": {
|
|
6418
|
+
"version": "4.0.1",
|
|
6419
|
+
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
6420
|
+
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
|
6421
|
+
"license": "BSD-2-Clause",
|
|
6422
|
+
"bin": {
|
|
6423
|
+
"esparse": "bin/esparse.js",
|
|
6424
|
+
"esvalidate": "bin/esvalidate.js"
|
|
6425
|
+
},
|
|
6426
|
+
"engines": {
|
|
6427
|
+
"node": ">=4"
|
|
6428
|
+
}
|
|
6429
|
+
},
|
|
6324
6430
|
"node_modules/esquery": {
|
|
6325
6431
|
"version": "1.7.0",
|
|
6326
6432
|
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
|
|
@@ -8872,22 +8978,13 @@
|
|
|
8872
8978
|
"license": "MIT"
|
|
8873
8979
|
},
|
|
8874
8980
|
"node_modules/js-yaml": {
|
|
8875
|
-
"version": "
|
|
8876
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
8877
|
-
"integrity": "sha512-
|
|
8878
|
-
"funding": [
|
|
8879
|
-
{
|
|
8880
|
-
"type": "github",
|
|
8881
|
-
"url": "https://github.com/sponsors/puzrin"
|
|
8882
|
-
},
|
|
8883
|
-
{
|
|
8884
|
-
"type": "github",
|
|
8885
|
-
"url": "https://github.com/sponsors/nodeca"
|
|
8886
|
-
}
|
|
8887
|
-
],
|
|
8981
|
+
"version": "3.14.2",
|
|
8982
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
|
|
8983
|
+
"integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
|
|
8888
8984
|
"license": "MIT",
|
|
8889
8985
|
"dependencies": {
|
|
8890
|
-
"argparse": "^
|
|
8986
|
+
"argparse": "^1.0.7",
|
|
8987
|
+
"esprima": "^4.0.0"
|
|
8891
8988
|
},
|
|
8892
8989
|
"bin": {
|
|
8893
8990
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -12617,6 +12714,12 @@
|
|
|
12617
12714
|
"source-map": "^0.6.0"
|
|
12618
12715
|
}
|
|
12619
12716
|
},
|
|
12717
|
+
"node_modules/sprintf-js": {
|
|
12718
|
+
"version": "1.0.3",
|
|
12719
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
12720
|
+
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
12721
|
+
"license": "BSD-3-Clause"
|
|
12722
|
+
},
|
|
12620
12723
|
"node_modules/stack-utils": {
|
|
12621
12724
|
"version": "2.0.6",
|
|
12622
12725
|
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
package/example/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"test": "jest"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@regulaforensics/react-native-document-reader-api": "9.6.
|
|
13
|
+
"@regulaforensics/react-native-document-reader-api": "9.6.632-beta",
|
|
14
14
|
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.5.2716",
|
|
15
15
|
"@rneui/base": "4.0.0-rc.7",
|
|
16
16
|
"@rneui/themed": "4.0.0-rc.7",
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
"react-native-vector-icons": "10.2.0"
|
|
24
24
|
},
|
|
25
25
|
"overrides": {
|
|
26
|
-
"fast-xml-parser": "^5.5.8"
|
|
27
|
-
"js-yaml": "^4.1.1"
|
|
26
|
+
"fast-xml-parser": "^5.5.8"
|
|
28
27
|
},
|
|
29
28
|
"devDependencies": {
|
|
30
29
|
"@babel/core": "^7.26.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/react-native-document-reader-api",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.632-beta",
|
|
4
4
|
"description": "React Native module for reading and validation of identification documents (API framework)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|