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.2 to 3.7.3

12

CHANGELOG.md

@@ -5,4 +5,16 @@ # Changelog

### [3.7.3](https://bitbucket.org/persona-id/persona-verify/compare/v3.7.2...v3.7.3) (2021-02-12)
### Bug Fixes
* undo 'export type' done in 3.7.2 ([f63371f](https://bitbucket.org/persona-id/persona-verify/commit/f63371f93540e43969ee9f2e3ba9bb400c260ce9))
### [3.7.2](https://bitbucket.org/persona-id/persona-verify/compare/v3.7.1...v3.7.2) (2021-02-10)
### Bug Fixes
* 🐛 Add back onExit to type definition ([7b15496](https://bitbucket.org/persona-id/persona-verify/commit/7b154969ece2b78d66da628a4117116c7e04cbc6))
### [3.7.1](https://bitbucket.org/persona-id/persona-verify/compare/v3.6.0...v3.7.1) (2021-02-08)

@@ -9,0 +21,0 @@

7

dist/persona.d.ts
/// <reference types="react" />
import Client from './lib/Client';
import Inquiry from './components/Inquiry';
import { InquiryOptions as _InquiryOptions, Event as _Event, InquiryAttributes as _InquiryAttributes } from './lib/interfaces';
export declare type ClientOptions = _InquiryOptions;
export declare type Event = _Event;
export declare type PrefillAttributes = _InquiryAttributes;
declare const _default: {
Client: typeof Client;
Inquiry: (props: import("./lib/interfaces").InquiryOptions) => JSX.Element;
Inquiry: (props: _InquiryOptions) => JSX.Element;
};
export default _default;
export { Client, Inquiry };
export type { InquiryOptions as ClientOptions, Event, InquiryAttributes as PrefillAttributes, } from './lib/interfaces';
{
"name": "persona",
"version": "3.7.2",
"version": "3.7.3",
"description": "The official web client library for the Persona API.",

@@ -5,0 +5,0 @@ "main": "./dist/persona.js",

@@ -32,3 +32,4 @@ # persona-verify

// This refers to a production demo template owned by Persona
templateId: 'persona-production_e1de83bf-e29f-48bb-9dae-568479b9edda',
templateId: 'tmpl_JAZjHuAT738Q63BdgCuEJQre',
environment: 'sandbox',
onLoad: () => client.open(),

@@ -35,0 +36,0 @@ onStart: (inquiryId: string) => console.log(inquiryId),

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