Comparing version 4.3.1 to 4.3.2
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113395
3263