@getyoti/react-face-capture 2.7.0 → 2.8.0
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/CHANGELOG.md +19 -0
- package/README.md +26 -25
- package/index.d.ts +6 -2
- package/index.js +7 -7
- package/index.js.LICENSE.txt +0 -37
- package/package.json +1 -2
- package/vanilla/index.js +10 -10
- package/vanilla/index.js.LICENSE.txt +1 -1
- package/vanilla/index.js.map +1 -1
package/index.js.LICENSE.txt
CHANGED
|
@@ -214,43 +214,6 @@ THE SOFTWARE.
|
|
|
214
214
|
---
|
|
215
215
|
|
|
216
216
|
|
|
217
|
-
Name: axios
|
|
218
|
-
Version: 1.8.4
|
|
219
|
-
License: MIT
|
|
220
|
-
Private: false
|
|
221
|
-
Description: Promise based HTTP client for the browser and node.js
|
|
222
|
-
Repository: https://github.com/axios/axios.git
|
|
223
|
-
Homepage: https://axios-http.com
|
|
224
|
-
Author: Matt Zabriskie
|
|
225
|
-
Contributors:
|
|
226
|
-
Matt Zabriskie (https://github.com/mzabriskie)
|
|
227
|
-
Nick Uraltsev (https://github.com/nickuraltsev)
|
|
228
|
-
Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)
|
|
229
|
-
Jay (https://github.com/jasonsaayman)
|
|
230
|
-
Emily Morehouse (https://github.com/emilyemorehouse)
|
|
231
|
-
Rubén Norte (https://github.com/rubennorte)
|
|
232
|
-
Justin Beckwith (https://github.com/JustinBeckwith)
|
|
233
|
-
Martti Laine (https://github.com/codeclown)
|
|
234
|
-
Xianming Zhong (https://github.com/chinesedfan)
|
|
235
|
-
Remco Haszing (https://github.com/remcohaszing)
|
|
236
|
-
Rikki Gibson (https://github.com/RikkiGibson)
|
|
237
|
-
Ben Carp (https://github.com/carpben)
|
|
238
|
-
Yasu Flores (https://github.com/yasuf)
|
|
239
|
-
License Copyright:
|
|
240
|
-
===
|
|
241
|
-
|
|
242
|
-
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
|
243
|
-
|
|
244
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
245
|
-
|
|
246
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
247
|
-
|
|
248
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
---
|
|
252
|
-
|
|
253
|
-
|
|
254
217
|
Name: use-sync-external-store
|
|
255
218
|
Version: 1.2.2
|
|
256
219
|
License: MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getyoti/react-face-capture",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "Face capture module to collect picture and data for Yoti AI API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"typings": "index.d.ts",
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@lingui/react": "4.1.2",
|
|
11
11
|
"@xstate/react": "3.2.2",
|
|
12
|
-
"axios": "1.8.4",
|
|
13
12
|
"classnames": "2.2.6",
|
|
14
13
|
"face-api.js": "0.22.0",
|
|
15
14
|
"prop-types": "15.7.2",
|