New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-bank-linker

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bank-linker

A simple ui library for linking banks

latest
npmnpm
Version
0.1.9
Version published
Maintainers
1
Created
Source

ReactBankLinker

What Is BankLinker?

BankLinker is the easiest way to integrate Banks to your full stack TypeScript application.

Suported Banks

  • Gurupay

Start

  • Install the packages
  npm i react-bank-linker
  • Add styles
import '../node_modules/react-bank-linker/dist/style.css';
  • Mount de BankLoginForm and add banks!
import {BankLoginForm} from 'react-bank-linker';
 
const Home = () => {
  return (
    <BankLoginForm
      apiKey={apiKey}
      apiUrl={apiUrl}
      bankId="gurupay"
      btn="Agregar"
      clientId={clientId}
      color='#00796b'
    />
  )
}

export default Home;

FAQs

Package last updated on 18 Mar 2024

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