
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
The official JavaScript client library for the Persona Inquiry flow.
The module provides a client for the Persona embedded flow.
npm install persona
To open the flow you must create a Client object.
import { Client } from 'persona';
const client = new Client({
// This refers to a production demo template owned by Persona
templateId: 'itmpl_Ygs16MKTkA6obnF8C3Rb17dm',
environment: 'sandbox',
onReady: () => client.open(),
onComplete: ({ inquiryId, status, fields }) => console.log('onComplete'),
onCancel: ({ inquiryId, sessionToken }) => console.log('onCancel'),
onError: (error) => console.log(error),
});
Please see Contributing for guidelines and instructions for local development.
FAQs
The official JavaScript SDK for the Persona Inquiry Flow.
The npm package persona receives a total of 304,774 weekly downloads. As such, persona popularity was classified as popular.
We found that persona demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.