Socket
Book a DemoInstallSign in
Socket

ario-connect

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ario-connect

A TypeScript library for connecting to Ario services

0.1.1
latest
npmnpm
Version published
Maintainers
1
Created
Source

Ario Connect

Get user credentials from consumers. Like Plaid but for everything else in their life.

Installation

npm install ario-connect

Frontend Usage

import { ArioAuthFlowDialog } from "ario-connect";

const onFlowComplete = function (authFlowId: string) {
  console.log("Consumer completed the flow");
};

const flowId = "caf_xyz1234567"; // from server
const dialog = new ArioAuthFlowDialog({
  onFlowComplete,
});
dialog.open(flowId);

Development

Prerequisites

  • Node.js (v14 or higher)
  • npm

Setup

  • Clone the repository
  • Install dependencies:
    npm install
    

Available Scripts

  • npm run build - Compiles TypeScript to JavaScript
  • npm test - Runs tests
  • npm run lint - Runs ESLint
  • npm run prepare - Prepares the package for publishing

Keywords

ario

FAQs

Package last updated on 24 Apr 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.