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.2.0 to 1.2.1

2

package.json
{
"name": "ibankit",
"version": "1.2.0",
"version": "1.2.1",
"description": "Validation, field extraction and creation of IBAN, BBAN, BIC numbers",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -189,3 +189,3 @@ import { CharacterType, BbanStructurePart, PartType } from "./structurePart";

return String(98 - remainder);
return String(98 - remainder).padStart(2, "0");
}

@@ -192,0 +192,0 @@

Sorry, the diff of this file is too big to display

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