Socket
Book a DemoInstallSign in
Socket

is-sepa

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-sepa

List of SEPA countries and the currencies they use

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

is-sepa

List of SEPA countries and the currencies they use

Example usage

import { isSepaCountry, getCurrencyOfSepaCountry } from "is-sepa";

isSepaCountry("AT"); // true
isSepaCountry("US"); // false

getCurrencyOfSepaCountry("AT"); // "EUR"
getCurrencyOfSepaCountry("GB"); // "GBP"

You can import the raw data like this:

import { map } from "is-sepa";

const arrayOfSepaCountries = [...map.keys()];

Maintenance

This module is different from all the others:

  • We will maintain the freshness of the data for years.
  • Last update was in Jan 2025. Meaning, Albania, Montenegro, North Macedonia and Moldova are also in the list.

Keywords

sepa

FAQs

Package last updated on 27 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