
Product
A Fresh Look for the Socket Dashboard
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
iban-format
Advanced tools
React component to format an iban (International Bank Account Number)
React component to format an iban (International Bank Account Number)
ES6
import IbanInput from 'iban-format';
ES5
const IbanInput = require('iban-format');
Props | Options | Default | Description |
---|---|---|---|
ibanFormat | string | required | here we define the iban mask that we should follow. the first two letters reprsent the country code and they are irremovable. |
placeholder | string | empty string | the placeholder |
style | css inline style object | empty object | you can use it to style the component container |
import IbanInput from 'iban-format';
<IbanInput
ibanFormat="GBXX XXXX XXXX XXXX XXXX XX"
placeholder="iban input field"
/>;
MIT
FAQs
React component to format an iban (International Bank Account Number)
The npm package iban-format receives a total of 4 weekly downloads. As such, iban-format popularity was classified as not popular.
We found that iban-format demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Industry Insights
Terry O’Daniel, Head of Security at Amplitude, shares insights on building high-impact security teams, aligning with engineering, and why AI gives defenders a fighting chance.
Security News
MCP spec updated with structured tool output, stronger OAuth 2.1 security, resource indicators, and protocol cleanups for safer, more reliable AI workflows.