Comparing version 1.3.1 to 1.4.0
{ | ||
"name": "ibankit", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Validation, field extraction and creation of IBAN, BBAN, BIC numbers", | ||
@@ -42,7 +42,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.12", | ||
"handlebars": "^4.7.6", | ||
"jest": "^26.4.2", | ||
"prettier": "^2.1.1", | ||
"ts-jest": "^26.3.0", | ||
"@types/jest": "^26.0.20", | ||
"handlebars": "^4.7.7", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"ts-jest": "^26.5.2", | ||
"tslint": "^6.1.3", | ||
@@ -52,5 +52,5 @@ "tslint-config-prettier": "^1.18.0", | ||
"tslint-microsoft-contrib": "^6.2.0", | ||
"typescript": "^4.0.2" | ||
"typescript": "^4.2.2" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -14,3 +14,3 @@ # ibankit | ||
- Drop-in replaceable with [iban-js](https://www.npmjs.com/package/iban) | ||
- Currently conformant with Version 80 of the IBAN registry | ||
- Currently conformant with Version 88 of the IBAN registry | ||
- Decodes bank, branch and account numbers from IBAN | ||
@@ -23,2 +23,9 @@ - Supports random BBAN / IBAN generation for testing | ||
## SWIFT IBAN Registry | ||
This release should be compatible with the [SWIFT IBAN Registry | ||
Version 88](https://www.swift.com/swift-resource/9606/download). There may be a limited number | ||
of value differences, some countries in the Registry doesn't describe bank/branch information | ||
but may expose it as `3!n4!n` but leave the branch description as a blank. | ||
#### IBAN quick examples | ||
@@ -87,4 +94,5 @@ | ||
Copyright 2018 David Koblas | ||
Copyright 2018-2021 David Koblas | ||
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 | ||
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
7573
2978
96
97414
15
1