npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@banksapitechnology/embeddable-finance-web-components

v1.7.0

Published

BANKSapi Web Component for Embeddable Finance Components (EFC). This package is part of the BANKSapi WEB/Connect Banking Widgets to integrate banking features directly into your app.

Downloads

497

Readme

embeddable-finance-web-components

This library is maintained by BANKSapi Technology GmbH. For an overview of the features and benefits, visit our Banking Widgets page.

You can find more helpful technical documentation for this and other products in our developer portal. For support or assistance with integration, feel free to contact us.

Usage

We recommend including this library via a public CDN to automatically benefit from future improvements without requiring any action on your part.

<script type="module" src="https://cdn.jsdelivr.net/npm/@banksapitechnology/embeddable-finance-web-components/dist/efc-loader.js"></script>

ba-product-list

Properties

| Property | Attribute | Type | Description | |-----------|-----------|-----------|-----------------------------| | token | token | string | Valid token to fetch data |

Events

| Event | Type | Description |
|----------------------|---------------------------------------------------------------------------------------------|----------------------------------------------------------------| | addBankAccess | CustomEvent<{sessionLink: string;}> | Event emitted when Add Bank Access button is clicked | | emitError | CustomEvent<{ status: number; statusText: string; }> | Error emitted by component | | manageBankAccess | CustomEvent<void> | Event emitted when Manage Bank Access button is clicked | | openBudgetAnalysis | CustomEvent<void> | Event emitted when button to open Budget Analysis is clicked | | openProduct | CustomEvent<{ category: "DEPOT" \| "ACCOUNT"; bankAccessId: string; productId: string; }> | Event emitted when a product is clicked | |

ba-account-detail

Properties

| Property | Attribute | Type | Description | |-----------------|-------------------|----------|--------------------------------------------------| | bankAccessId | bank-access-id | string | ID of Bank Access to which BankAccount belongs | | bankAccountId | bank-account-id | string | ID of BankAccount | | token | token | string | Valid token to fetch data |

Events

| Event | Type | Description |
|--------------------------|----------------------------------------------------------------------------------------|----------------------------------------------| | emitError | CustomEvent<{ status: number; statusText: string; }> | Error emitted by component | | initSepaSingleTransfer | CustomEvent<{sessionLink: string;}> | Event emitted when Payment icon is clicked | | openTransaction | CustomEvent<{ bankAccessId: string; bankAccountId: string; transactionId: string; }> | Event emitted when Transaction is clicked | | goBack | CustomEvent<void> | Event when back button is clicked |

ba-account-transaction-detail

Properties

| Property | Attribute | Type | Description | |-----------------|-------------------|----------|--------------------------------------------------| | bankAccessId | bank-access-id | string | ID of Bank Access to which BankAccount belongs | | bankAccountId | bank-account-id | string | ID of BankAccount to which Transaction belongs | | transactionId | transaction-id | string | ID of Transaction | | | token | token | string | Valid token to fetch data |

Events

| Event | Type | Description | |-------------|--------------------------------------------------------|-------------------------------------| | emitError | CustomEvent<{ status: number; statusText: string; }> | Error emitted by component | | goBack | CustomEvent<void> | Event when back button is clicked |

ba-depot-detail

Properties

| Property | Attribute | Type | Description | |----------------|------------------|----------|--------------------------------------------| | bankAccessId | bank-access-id | string | ID of Bank Access to which Depot belongs | | depotId | depot-id | string | ID of Depot | | token | token | string | Valid token to fetch data |

Events

| Event | Type | Description | |------------------|---------------------------------------------------------------------------------|--------------------------------------------| | emitError | CustomEvent<{ status: number; statusText: string; }> | Error emitted by component | | openInvestment | CustomEvent<{ bankAccessId: string; depotId: string; investmentId: string; }> | Event emitted when Investment is clicked | | goBack | CustomEvent<void> | Event when back button is clicked |

ba-depot-investment-detail

Properties

| Property | Attribute | Type | Description | |----------------|------------------|----------|--------------------------------------------| | bankAccessId | bank-access-id | string | ID of Bank Access to which Depot belongs | | depotId | depot-id | string | ID of Depot to which Investment belongs | | investmentId | investment-id | string | ID of Investment | | | token | token | string | Valid token to fetch data |

Events

| Event | Type | Description | |-------------|--------------------------------------------------------|-------------------------------------| | emitError | CustomEvent<{ status: number; statusText: string; }> | Error emitted by component | | goBack | CustomEvent<void> | Event when back button is clicked |

ba-budget-analysis

Properties

| Property | Attribute | Type | Description | |------------------|-------------------|----------|------------------------------------------------------| | token | token | string | Valid token to fetch data | | periodEnd | period-end | string | ISO format date string to indicate end of period | | periodStart | period-start | string | ISO format date string to indicate start of period |

Events

| Event | Type | Description | |----------------------------|--------------------------------------------------------|-----------------------------------------------| | emitError | CustomEvent<{ status: number; statusText: string; }> | Error emitted by component | | openCategory | CustomEvent<{ category: string; }> | Event when opening a category | | openCategoryTransactions | CustomEvent<{ category: string; }> | Event when clicking a category for analysis | | goBack | CustomEvent<void> | Event when back button is clicked | | timePeriodChange | CustomEvent<{ start: string; end: string; }> | Event on change of time period |

ba-budget-analysis-parent-category

Properties

| Property | Attribute | Type | Description | |------------------|-------------------|----------|------------------------------------------------------| | parentCategory | parent-category | string | Transaction Parent Category | | token | token | string | Valid token to fetch data | | periodEnd | period-end | string | ISO format date string to indicate end of period | | periodStart | period-start | string | ISO format date string to indicate start of period |

Events

| Event | Type | Description | |----------------------------|--------------------------------------------------------|-----------------------------------------------| | emitError | CustomEvent<{ status: number; statusText: string; }> | Error emitted by component | | openCategoryTransactions | CustomEvent<{ category: string; }> | Event when clicking a category for analysis | | goBack | CustomEvent<void> | Event when back button is clicked | | timePeriodChange | CustomEvent<{ start: string; end: string; }> | Event on change of time period |

ba-budget-analysis-category-transactions

Properties

| Property | Attribute | Type | Description | |---------------|----------------|----------|------------------------------------------------------| | category | category | string | Transaction Category | | token | token | string | Valid token to fetch data | | periodEnd | period-end | string | ISO format date string to indicate end of period | | periodStart | period-start | string | ISO format date string to indicate start of period |

Events

| Event | Type | Description | |--------------------|----------------------------------------------------------------------------------------|-------------------------------------| | emitError | CustomEvent<{ status: number; statusText: string; }> | Error emitted by component | | openTransaction | CustomEvent<{ bankAccessId: string; bankAccountId: string; transactionId: string; }> | Event when opening a transaction | | goBack | CustomEvent<void> | Event when back button is clicked | | timePeriodChange | CustomEvent<{ start: string; end: string; }> | Event on change of time period |