Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

persona

Package Overview
Dependencies
Maintainers
7
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

persona - npm Package Compare versions

Comparing version 3.7.0 to 3.7.1

8

CHANGELOG.md

@@ -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 @@

17

dist/lib/interfaces.d.ts

@@ -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 {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc