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

swissqrbill

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swissqrbill - npm Package Compare versions

Comparing version 4.0.0-alpha.7 to 4.0.0-alpha.8

lib/bundle/swissqrbill.js

2

lib/pdf/swissqrbill.d.ts
/// <reference types="pdfkit" />
import type { Data, QRBillOptions } from "swissqrbill:shared/types";
import type { Data, QRBillOptions } from '../shared/types';
/**

@@ -4,0 +4,0 @@ * The QRBill class creates the Payment Part with the QR Code. It can be attached to any PDFKit document instance

import { SVG } from "svg-engine";
import type { Data, SVGOptions } from "swissqrbill:shared/types";
import type { Data, SVGOptions } from '../shared/types';
export declare class SwissQRBill {

@@ -4,0 +4,0 @@ protected instance: SVG;

{
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"type": "module",

@@ -18,2 +18,6 @@ "name": "swissqrbill",

"exports": {
"./bundle": {
"import": "./lib/bundle/swissqrbill.js",
"require": "./lib/bundle/swissqrbill.cjs"
},
"./errors": {

@@ -46,3 +50,3 @@ "import": "./lib/shared/errors.js",

"scripts": {
"build": "rm -r ./lib && vite build --config vite.config.bundle.ts && vite build --config vite.config.ts",
"build": "rm -r ./lib || true && vite build --config vite.config.ts && vite build --config vite.config.bundle.ts",
"docs": "npm run docs:pdf && npm run docs:svg && npm run docs:table && npm run docs:shared",

@@ -90,3 +94,3 @@ "docs:pdf": "unwritten src/pdf/swissqrbill.ts src/shared/types.ts -t tsconfig.docs.json -o docs/pdf/",

"@schoero/changelog-config": "^0.0.2",
"@schoero/cspell-config": "^1.6.16",
"@schoero/cspell-config": "^1.6.17",
"@schoero/eslint-config": "^1.41.19",

@@ -97,3 +101,3 @@ "@schoero/markdownlint-config": "^1.1.7",

"@schoero/vite-config": "^0.0.26",
"@types/node": "^20.7.2",
"@types/node": "^20.8.0",
"@types/pdfkit": "^0.12.12",

@@ -132,5 +136,5 @@ "@types/svg-parser": "^2.0.4",

"volta": {
"node": "20.7.0",
"node": "20.8.0",
"npm": "10.1.0"
}
}
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