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.1.1 to 4.1.2

3

build/ibantools.js

@@ -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

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