@transmitsecurity/platform-web-sdk 1.18.0 → 1.18.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/CHANGELOG.md +10 -0
- package/dist/drs.cjs +1 -4844
- package/dist/drs.d.ts +6 -0
- package/dist/drs.js +1 -4831
- package/dist/ido.cjs +2 -15121
- package/dist/ido.js +2 -15114
- package/dist/idv.cjs +1 -42003
- package/dist/idv.js +1 -41995
- package/dist/index.cjs +2 -55347
- package/dist/index.esm.js +2 -55331
- package/dist/index.umd.js +3 -55354
- package/dist/ts-platform-websdk.js +3 -55353
- package/dist/web-sdk-drs+idv+webauthn+ido.js +2 -2
- package/dist/web-sdk.d.ts +21 -2
- package/dist/webauthn.cjs +1 -1994
- package/dist/webauthn.js +1 -1983
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.18.2 - Nov. 9, 2025
|
|
4
|
+
**Identity Verification**
|
|
5
|
+
* feat: Use separate configuration for back, front, selfie stable frames threshold for autocapture
|
|
6
|
+
|
|
7
|
+
**Fraud Prevention**
|
|
8
|
+
* feat: Crypto binding - resolved race condition in key rotation 'init' message handling
|
|
9
|
+
|
|
10
|
+
## 1.18.1 - Oct. 26, 2025
|
|
11
|
+
* feat: Read the strings from IDV backend sdk settings
|
|
12
|
+
|
|
3
13
|
## 1.18.0 - Oct. 19, 2025
|
|
4
14
|
**Fraud Prevention**
|
|
5
15
|
* feat: Temporary multi-clientID support for DRS customers, by supporting `drs.clientId` initialization parameter
|