New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bbitgmbh/bbit.banking-utils

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bbitgmbh/bbit.banking-utils - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

21

dist/qr-bill/interfaces.d.ts

@@ -0,1 +1,20 @@

export interface IBbitQRBillBillingInformation {
documentNumber?: string;
documentDate?: Date;
customerReference?: string;
vatNumber?: string;
vatDate?: Date;
vat?: {
rate: number;
amount?: number;
}[];
vatImportTax?: {
rate: number;
amount: number;
}[];
paymentTerms?: {
days: string;
cashDiscount?: number;
}[];
}
export interface IBbitQRBill {

@@ -11,3 +30,3 @@ format?: BbitQRBillFormat;

unstructuredMessage?: string;
billInformation?: string;
billInformation?: string | IBbitQRBillBillingInformation;
language: BbitQRBillLanguage;

@@ -14,0 +33,0 @@ }

2

package.json
{
"name": "@bbitgmbh/bbit.banking-utils",
"version": "2.0.0",
"version": "2.1.0",
"license": "SEE LICENSE IN LICENSE.md",

@@ -5,0 +5,0 @@ "types": "dist/index.d.js",

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