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 3.2.4 to 3.2.5

14

build/ibantools.js

@@ -11,3 +11,3 @@ /*!

* @module ibantools
* @version 3.2.4
* @version 3.2.5
* @license MPL-2.0

@@ -385,4 +385,4 @@ * @preferred

BF: {
chars: 27,
bban_regexp: '^[0-9]{23}$',
chars: 28,
bban_regexp: '^[A-Z0-9]{2}[0-9]{22}$',
},

@@ -405,3 +405,3 @@ BG: {

chars: 28,
bban_regexp: '^[A-Z]{1}[0-9]{23}$',
bban_regexp: '^[A-Z0-9]{2}[0-9]{22}$',
},

@@ -490,4 +490,4 @@ BL: {

DZ: {
chars: 24,
bban_regexp: '^[0-9]{20}$',
chars: 26,
bban_regexp: '^[0-9]{22}$',
},

@@ -716,3 +716,3 @@ EC: {},

chars: 28,
bban_regexp: '^[A-Z]{1}[0-9]{23}$',
bban_regexp: '^[A-Z0-9]{2}[0-9]{22}$',
},

@@ -719,0 +719,0 @@ MM: {},

@@ -11,3 +11,3 @@ /*!

* @module ibantools
* @version 3.2.4
* @version 3.2.5
* @license MPL-2.0

@@ -373,4 +373,4 @@ * @preferred

BF: {
chars: 27,
bban_regexp: '^[0-9]{23}$',
chars: 28,
bban_regexp: '^[A-Z0-9]{2}[0-9]{22}$',
},

@@ -393,3 +393,3 @@ BG: {

chars: 28,
bban_regexp: '^[A-Z]{1}[0-9]{23}$',
bban_regexp: '^[A-Z0-9]{2}[0-9]{22}$',
},

@@ -478,4 +478,4 @@ BL: {

DZ: {
chars: 24,
bban_regexp: '^[0-9]{20}$',
chars: 26,
bban_regexp: '^[0-9]{22}$',
},

@@ -704,3 +704,3 @@ EC: {},

chars: 28,
bban_regexp: '^[A-Z]{1}[0-9]{23}$',
bban_regexp: '^[A-Z0-9]{2}[0-9]{22}$',
},

@@ -707,0 +707,0 @@ MM: {},

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

@@ -60,12 +60,11 @@ "keywords": [

"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-prettier": "^8.1",
"eslint-plugin-prettier": "^3.1.4",
"gulp": "^4.0.2",
"gulp-mocha": "^7.0",
"gulp-mocha": "^8.0",
"gulp-rename": "^2.0",
"gulp-shell": "^0.8.0",
"gulp-typedoc": "^2.2.5",
"gulp-typescript": "^5.0",
"jasmine-core": "^3.6.0",
"karma": "^5.2.3",
"karma": "^6.1",
"karma-chrome-launcher": "^3.1",

@@ -80,5 +79,5 @@ "karma-jasmine": "^4.0",

"requirejs": "^2.3.6",
"typedoc": "^0.17.0-3",
"typedoc": "^0.20.30",
"typescript": "^4.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