New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 3.2.1

2

build/ibantools.js

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

chars: 28,
bban_regexp: "^[A-Z]{4}[0-9]{20}$",
bban_regexp: "^[A-Z]{4}[A-Z0-9]{20}$",
IBANRegistry: true,

@@ -371,0 +371,0 @@ SEPA: false

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

chars: 28,
bban_regexp: "^[A-Z]{4}[0-9]{20}$",
bban_regexp: "^[A-Z]{4}[A-Z0-9]{20}$",
IBANRegistry: true,

@@ -359,0 +359,0 @@ SEPA: false

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

@@ -73,4 +73,4 @@ "keywords": [

"tslint": "^6.1.3",
"typescript": "^3.9.7"
"typescript": "^4.0"
}
}

@@ -9,3 +9,2 @@ # IBANTools

[![Build CI](https://github.com/Simplify/ibantools/workflows/Build%20CI/badge.svg?branch=master)](https://github.com/Simplify/ibantools/actions?query=workflow%3A%22Build+CI%22)
[![Build Status](https://travis-ci.org/Simplify/ibantools.svg?branch=master)](https://travis-ci.org/Simplify/ibantools)
[![Coverage Status](https://coveralls.io/repos/github/Simplify/ibantools/badge.svg?branch=master)](https://coveralls.io/github/Simplify/ibantools?branch=master)

@@ -12,0 +11,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