@richard.fadiora/liveness-detection 5.0.1 → 5.0.2
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/README.md +4 -4
- package/dist/LivenessEngine-B1aNyAdi.js +3815 -0
- package/dist/LivenessEngine-BqatmbVS.cjs +15 -0
- package/dist/angular/README.md +4 -4
- package/dist/angular/fesm2022/richard.fadiora-liveness-detection.mjs +8 -5
- package/dist/angular/fesm2022/richard.fadiora-liveness-detection.mjs.map +1 -1
- package/dist/core/LivenessEngine.d.ts.map +1 -1
- package/dist/index.cjs +3 -1
- package/dist/index.js +669 -6
- package/dist/react.cjs +22 -1
- package/dist/react.js +365 -3
- package/package.json +1 -1
- package/dist/LivenessCheck-B7w-81bc.js +0 -4178
- package/dist/LivenessCheck-VABTGnoV.cjs +0 -36
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Liveness Detection SDK v5.0.
|
|
1
|
+
# Liveness Detection SDK v5.0.2
|
|
2
2
|
|
|
3
|
-
A high-security, cross-framework **Liveness Detection SDK** designed for financial services. v5.0.
|
|
3
|
+
A high-security, cross-framework **Liveness Detection SDK** designed for financial services. v5.0.2 introduces **Temporal Identity Locking** to prevent identity switching during the verification process.
|
|
4
4
|
|
|
5
|
-
## 🔒 New Security Protocols (v5.0.
|
|
5
|
+
## 🔒 New Security Protocols (v5.0.2)
|
|
6
6
|
|
|
7
7
|
This version introduces a "Zero-Trust" frontend architecture:
|
|
8
8
|
|
|
@@ -148,7 +148,7 @@ These images are cropped to **224x224px** focusing on the face, making them opti
|
|
|
148
148
|
|
|
149
149
|
* * *
|
|
150
150
|
|
|
151
|
-
## 🔧 Integration Notes for v5.0.
|
|
151
|
+
## 🔧 Integration Notes for v5.0.2
|
|
152
152
|
|
|
153
153
|
* **WASM Path**: Ensure your server allows cross-origin requests for the MediaPipe `.wasm` files hosted on JSDelivr.
|
|
154
154
|
|