Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "ibankit", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Validation, field extraction and creation of IBAN, BBAN, BIC numbers", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -189,3 +189,3 @@ import { CharacterType, BbanStructurePart, PartType } from "./structurePart"; | ||
return String(98 - remainder); | ||
return String(98 - remainder).padStart(2, "0"); | ||
} | ||
@@ -192,0 +192,0 @@ |
Sorry, the diff of this file is too big to display
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
302976