@getyoti/react-face-capture 2.0.0 → 2.2.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 +48 -0
- package/README.md +13 -11
- package/index.d.ts +39 -10
- package/index.js +7 -7
- package/index.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/vanilla/index.js +17 -18
- package/vanilla/index.js.LICENSE.txt +4 -40
- package/vanilla/index.js.map +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Name: react
|
|
2
|
-
Version:
|
|
2
|
+
Version: 18.1.0
|
|
3
3
|
License: MIT
|
|
4
4
|
Private: false
|
|
5
5
|
Description: React is a JavaScript library for building user interfaces.
|
|
@@ -34,44 +34,8 @@ SOFTWARE.
|
|
|
34
34
|
---
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
Name: object-assign
|
|
38
|
-
Version: 4.1.1
|
|
39
|
-
License: MIT
|
|
40
|
-
Private: false
|
|
41
|
-
Description: ES2015 `Object.assign()` ponyfill
|
|
42
|
-
Repository: undefined
|
|
43
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
44
|
-
License Copyright:
|
|
45
|
-
===
|
|
46
|
-
|
|
47
|
-
The MIT License (MIT)
|
|
48
|
-
|
|
49
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
50
|
-
|
|
51
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
52
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
53
|
-
in the Software without restriction, including without limitation the rights
|
|
54
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
55
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
56
|
-
furnished to do so, subject to the following conditions:
|
|
57
|
-
|
|
58
|
-
The above copyright notice and this permission notice shall be included in
|
|
59
|
-
all copies or substantial portions of the Software.
|
|
60
|
-
|
|
61
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
62
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
63
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
64
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
65
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
66
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
67
|
-
THE SOFTWARE.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
---
|
|
71
|
-
|
|
72
|
-
|
|
73
37
|
Name: react-dom
|
|
74
|
-
Version:
|
|
38
|
+
Version: 18.1.0
|
|
75
39
|
License: MIT
|
|
76
40
|
Private: false
|
|
77
41
|
Description: React package for working with the DOM.
|
|
@@ -107,7 +71,7 @@ SOFTWARE.
|
|
|
107
71
|
|
|
108
72
|
|
|
109
73
|
Name: scheduler
|
|
110
|
-
Version: 0.
|
|
74
|
+
Version: 0.22.0
|
|
111
75
|
License: MIT
|
|
112
76
|
Private: false
|
|
113
77
|
Description: Cooperative scheduler for the browser environment.
|
|
@@ -143,7 +107,7 @@ SOFTWARE.
|
|
|
143
107
|
|
|
144
108
|
|
|
145
109
|
Name: @getyoti/react-face-capture
|
|
146
|
-
Version: 2.
|
|
110
|
+
Version: 2.2.0
|
|
147
111
|
License: Yoti Face Capture Licence
|
|
148
112
|
Private: false
|
|
149
113
|
Description: Face capture module to collect picture and data for Yoti AI API
|