Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ibantools

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibantools - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

14

build/ibantools.js

@@ -11,3 +11,3 @@ /*!

* @module ibantools
* @version 4.3.1
* @version 4.3.2
* @license MPL-2.0

@@ -1366,3 +1366,7 @@ * @preferred

},
SD: {},
SD: {
chars: 18,
bban_regexp: '^[0-9]{14}$',
IBANRegistry: true,
},
SE: { chars: 24, bban_regexp: '^[0-9]{20}$', IBANRegistry: true, SEPA: true },

@@ -1397,3 +1401,7 @@ SG: {},

},
SO: {},
SO: {
chars: 23,
bban_regexp: '^[0-9]{19}$',
IBANRegistry: true,
},
SR: {},

@@ -1400,0 +1408,0 @@ SS: {},

{
"name": "ibantools",
"version": "4.3.1",
"version": "4.3.2",
"description": "Validation, extraction and creation of IBAN, BBAN, BIC/SWIFT numbers plus some other helpful stuff like ISO 3136-1 alpha 2 country list",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc