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 4.5.0 to 4.6.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [4.6.0](https://bitbucket.org/persona-id/persona-verify/compare/v4.5.0...v4.6.0) (2022-04-26)
### Features
* allow configuring widget frame height/width ([b65bfa1](https://bitbucket.org/persona-id/persona-verify/commits/b65bfa1815d452cea80cb94c69e7dbc4da78a274))
## [4.5.0](https://bitbucket.org/persona-id/persona-verify/compare/v4.4.0...v4.5.0) (2022-03-23)

@@ -7,0 +14,0 @@

2

dist/components/InquiryInternal.d.ts

@@ -9,3 +9,3 @@ import * as React from 'react';

}
declare const _default: ({ accountId, containerId, environment, fields, flowType, frameAncestors, host, inquiryId, language, lockedAttributes, messageTargetOrigin, onCancel, onComplete, onError, onEvent, onLoad, onReady, prefill, refIframe, referenceId, sessionToken, templateId, templateVersionId, themeId, }: InquiryInternalProps) => JSX.Element;
declare const _default: ({ accountId, containerId, environment, fields, flowType, frameAncestors, frameHeight, frameWidth, host, inquiryId, language, lockedAttributes, messageTargetOrigin, onCancel, onComplete, onError, onEvent, onLoad, onReady, prefill, refIframe, referenceId, sessionToken, templateId, templateVersionId, themeId, }: InquiryInternalProps) => JSX.Element;
export default _default;

@@ -0,1 +1,2 @@

import { CSSProperties } from 'react';
/**

@@ -177,2 +178,10 @@ * @deprecated only used by `prefill` which is deprecated

/**
* Iframe height.
*/
frameHeight?: CSSProperties['maxHeight'];
/**
* Iframe width. Max allowed width is 768px.
*/
frameWidth?: CSSProperties['maxWidth'];
/**
* @private Internal property for testing. Will do nothing.

@@ -179,0 +188,0 @@ * To use the 'development' option, your organization must include localhost

{
"name": "persona",
"version": "4.5.0",
"version": "4.6.0",
"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