Socket
Socket
Sign inDemoInstall

@ryanforever/plaid

Package Overview
Dependencies
37
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ryanforever/plaid

plaid api


Version published
Weekly downloads
2
decreased by-77.78%
Maintainers
1
Install size
22.7 MB
Created
Weekly downloads
 

Readme

Source

plaid

Simple Plaid API wrapper!

quickstart

const Plaid = require("@ryanforever/plaid")
const plaid = new Plaid({
   clientId: process.env.PLAID_CLIENT_ID,
   secret: process.env.PLAID_SECRET,
   accessToken: process.env.ACCESS_TOKEN
})

plaid.getTransactions().then(console.log) // get account transactions
plaid.getBalance().then(console.log) // get account balances

Keywords

FAQs

Last updated on 27 Oct 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc