Comparing version 4.1.1 to 4.1.2
@@ -11,3 +11,3 @@ /*! | ||
* @module ibantools | ||
* @version 4.1.1 | ||
* @version 4.1.2 | ||
* @license MPL-2.0 | ||
@@ -75,2 +75,3 @@ * @preferred | ||
result.errorCodes.push(ValidationErrorsIBAN.NoIBANCountry); | ||
return result; | ||
} | ||
@@ -77,0 +78,0 @@ if (spec && spec.chars && spec.chars !== iban.length) { |
@@ -11,3 +11,3 @@ /*! | ||
* @module ibantools | ||
* @version 4.1.1 | ||
* @version 4.1.2 | ||
* @license MPL-2.0 | ||
@@ -72,2 +72,3 @@ * @preferred | ||
result.errorCodes.push(ValidationErrorsIBAN.NoIBANCountry); | ||
return result; | ||
} | ||
@@ -74,0 +75,0 @@ if (spec && spec.chars && spec.chars !== iban.length) { |
{ | ||
"name": "ibantools", | ||
"version": "4.1.1", | ||
"version": "4.1.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": [ |
Sorry, the diff of this file is not supported yet
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
116486
3074