Comparing version 4.3.0 to 4.3.1
@@ -11,3 +11,3 @@ /*! | ||
* @module ibantools | ||
* @version 4.3.0 | ||
* @version 4.3.1 | ||
* @license MPL-2.0 | ||
@@ -1349,3 +1349,7 @@ * @preferred | ||
}, | ||
RU: {}, | ||
RU: { | ||
chars: 33, | ||
bban_regexp: '^[0-9]{14}[A-Z0-9]{15}$', | ||
IBANRegistry: true, | ||
}, | ||
RW: {}, | ||
@@ -1352,0 +1356,0 @@ SA: { |
@@ -1332,3 +1332,7 @@ /*! | ||
}, | ||
RU: {}, | ||
RU: { | ||
chars: 33, | ||
bban_regexp: '^[0-9]{14}[A-Z0-9]{15}$', | ||
IBANRegistry: true, | ||
}, | ||
RW: {}, | ||
@@ -1335,0 +1339,0 @@ SA: { |
{ | ||
"name": "ibantools", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"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
113219
3255