Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ibankit

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibankit - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

src/bbanStructure.ts

14

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc