@getyoti/react-face-capture 2.8.0 → 2.8.1

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.
@@ -1,3 +1,39 @@
1
+ Name: normalize.css
2
+ Version: 8.0.1
3
+ License: MIT
4
+ Private: false
5
+ Description: A modern alternative to CSS resets
6
+ Repository: undefined
7
+ Homepage: https://necolas.github.io/normalize.css
8
+ License Copyright:
9
+ ===
10
+
11
+ # The MIT License (MIT)
12
+
13
+ Copyright © Nicolas Gallagher and Jonathan Neal
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
16
+ this software and associated documentation files (the "Software"), to deal in
17
+ the Software without restriction, including without limitation the rights to
18
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
19
+ of the Software, and to permit persons to whom the Software is furnished to do
20
+ so, subject to the following conditions:
21
+
22
+ The above copyright notice and this permission notice shall be included in all
23
+ copies or substantial portions of the Software.
24
+
25
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31
+ SOFTWARE.
32
+
33
+
34
+ ---
35
+
36
+
1
37
  Name: classnames
2
38
  Version: 2.2.6
3
39
  License: MIT
@@ -70,6 +106,18 @@ SOFTWARE.
70
106
  ---
71
107
 
72
108
 
109
+ Name: ts-deepmerge
110
+ Version: 7.0.2
111
+ License: ISC
112
+ Private: false
113
+ Description: A TypeScript deep merge function.
114
+ Repository: git@github.com:voodoocreation/ts-deepmerge.git
115
+ Homepage: https://github.com/voodoocreation/ts-deepmerge#readme
116
+ Author: Raice Hannay <voodoocreation@gmail.com>
117
+
118
+ ---
119
+
120
+
73
121
  Name: @lingui/react
74
122
  Version: 4.1.2
75
123
  License: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getyoti/react-face-capture",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
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",