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

@types/iban

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/iban - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

8

iban/index.d.ts

@@ -45,5 +45,5 @@ // Type definitions for iban.js 0.0.5

* @param {string} iban The IBAN to convert.
* @param {string} The IBAN in print format.
* @param {string} separator The separator to use between IBAN blocks, defaults to ' '.
*/
printFormat(iban: string, separator: string[]): string;
printFormat(iban: string, separator?: string): string;

@@ -53,6 +53,6 @@ /**

* @param {string} iban The IBAN to convert.
* @param {string[]} Separator the separator to use between BBAN blocks.
* @param {string} separator The separator to use between BBAN blocks, defaults to ' '.
* @returns {string} The BBAN
*/
toBBAN(iban: string, separator: string[]): string;
toBBAN(iban: string, separator?: string): string;
}

@@ -59,0 +59,0 @@

{
"name": "@types/iban",
"version": "0.0.29",
"version": "0.0.30",
"description": "TypeScript definitions for iban.js",

@@ -9,3 +9,4 @@ "license": "MIT",

"name": "Cyril Schumacher",
"url": "https://github.com/cyrilschumacher"
"url": "https://github.com/cyrilschumacher",
"githubUsername": "cyrilschumacher"
}

@@ -20,4 +21,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "4a6f2c8d6f8bc73b53136919ce9a814c4f3b95dfc59d3b6508b07458d25e923b",
"typesPublisherContentHash": "05403d7f67eff47719ab69bd5158354f1d716bb24b1678c5fb376a28076cecbb",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT
* Last updated: Thu, 15 Mar 2018 23:17:55 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: IBAN

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