Comparing version 3.7.0 to 3.7.1
@@ -5,2 +5,10 @@ # Changelog | ||
### [3.7.1](https://bitbucket.org/persona-id/persona-verify/compare/v3.6.0...v3.7.1) (2021-02-08) | ||
### Bug Fixes | ||
* repoint npm to src, move styled components to peer dep ([d1b4059](https://bitbucket.org/persona-id/persona-verify/commit/d1b4059b866c6aa13f5a96163a487b27369651e8)) | ||
* restore verify client events ([f4db6c8](https://bitbucket.org/persona-id/persona-verify/commit/f4db6c864e7f1dea4c01e26d7f52efdc13490433)) | ||
## [3.7.0](https://bitbucket.org/persona-id/persona-verify/compare/v3.6.0...v3.7.0) (2021-02-04) | ||
@@ -7,0 +15,0 @@ |
@@ -19,2 +19,5 @@ export interface InquiryAttributes { | ||
} | ||
/** | ||
* Events sent from the persona-web iframe. | ||
*/ | ||
export declare enum Event { | ||
@@ -26,3 +29,15 @@ Error = "error", | ||
Load = "load", | ||
Start = "start" | ||
Start = "start", | ||
Success = "success", | ||
InquiryLoad = "inquiry-load", | ||
CountrySelect = "country-select", | ||
VerificationSelect = "verification-select", | ||
VerificationChange = "verification-change", | ||
DocumentCameraSelect = "document-camera-select", | ||
DocumentCameraCapture = "document-camera-capture", | ||
DocumentUpload = "document-upload", | ||
OneTimeLinkSent = "one-time-link-sent", | ||
OneTimeLinkStart = "one-time-link-start", | ||
OneTimeLinkExit = "one-time-link-exit", | ||
SelfieRecordUpload = "selfie-record-upload" | ||
} | ||
@@ -29,0 +44,0 @@ export interface InquiryOptions { |
{ | ||
"name": "persona", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"description": "The official web client library for the Persona API.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/persona.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
92584
1643
0