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

ibantools

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibantools - npm Package Compare versions

Comparing version 4.3.9 to 4.5.0

LICENSE.MIT

10

build/ibantools.d.ts
/*!
* @license
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
* Copyright Saša Jovanić
* Licensed under the Mozilla Public License, Version 2.0 or the MIT license,
* at your option. This file may not be copied, modified, or distributed
* except according to those terms.
* SPDX-FileCopyrightText: Saša Jovanić
* SPDX-License-Identifier: MIT or MPL/2.0
*/
/**

@@ -7,0 +11,0 @@ * Interface for validation options

/*!
* @license
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
* Copyright Saša Jovanić
* Licensed under the Mozilla Public License, Version 2.0 or the MIT license,
* at your option. This file may not be copied, modified, or distributed
* except according to those terms.
* SPDX-FileCopyrightText: Saša Jovanić
* SPDX-License-Identifier: MIT or MPL/2.0
*/
/**

@@ -11,4 +15,4 @@ * Validation, extraction and creation of IBAN, BBAN, BIC/SWIFT numbers plus some other helpful stuff

* @module ibantools
* @version 4.3.9
* @license MPL-2.0
* @version 4.5.0
* @license MIT or MPL-2.0
* @preferred

@@ -1078,3 +1082,4 @@ */

bank_identifier: '0-4',
account_indentifier: '4-27',
branch_indentifier: '5-9',
account_indentifier: '14-24',
},

@@ -1081,0 +1086,0 @@ GA: {

/*!
* @license
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
* Copyright Saša Jovanić
* Licensed under the Mozilla Public License, Version 2.0 or the MIT license,
* at your option. This file may not be copied, modified, or distributed
* except according to those terms.
* SPDX-FileCopyrightText: Saša Jovanić
* SPDX-License-Identifier: MIT or MPL/2.0
*/
/**

@@ -11,4 +15,4 @@ * Validation, extraction and creation of IBAN, BBAN, BIC/SWIFT numbers plus some other helpful stuff

* @module ibantools
* @version 4.3.9
* @license MPL-2.0
* @version 4.5.0
* @license MIT or MPL-2.0
* @preferred

@@ -1062,3 +1066,4 @@ */

bank_identifier: '0-4',
account_indentifier: '4-27',
branch_indentifier: '5-9',
account_indentifier: '14-24',
},

@@ -1065,0 +1070,0 @@ GA: {

{
"name": "ibantools",
"version": "4.3.9",
"version": "4.5.0",
"description": "Validation, extraction and creation of IBAN, BBAN, BIC/SWIFT numbers plus some other helpful stuff like ISO 3136-1 alpha 2 country list",

@@ -56,5 +56,5 @@ "keywords": [

},
"license": "MPL-2.0",
"license": "MIT or MPL-2.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.0.0",

@@ -61,0 +61,0 @@ "chai": "^4.3.4",

@@ -5,3 +5,3 @@ # IBANTools

[![Bower version](https://badge.fury.io/bo/ibantools.svg)](https://badge.fury.io/bo/ibantools)
![Bower version](https://badge.fury.io/bo/ibantools.svg)]
[![npm version](https://badge.fury.io/js/ibantools.svg)](https://badge.fury.io/js/ibantools)

@@ -111,4 +111,6 @@ [![NPM downloads](https://img.shields.io/npm/dw/ibantools)](https://www.npmjs.com/package/ibantools)

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at [http://mozilla.org/MPL/2.0/](http://mozilla.org/MPL/2.0/).
This work is dual-licensed under MIT and MPL-2.0.
You can choose between one of them if you use this work.
`SPDX-License-Identifier: MIT OR MPL-2.0`

Sorry, the diff of this file is not supported yet

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