Socket
Socket
Sign inDemoInstall

swissqrbill

Package Overview
Dependencies
1
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-alpha.5 to 4.0.0-alpha.6

lib/bundle.js

12

package.json
{
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"type": "module",

@@ -45,3 +45,3 @@ "name": "swissqrbill",

"scripts": {
"build": "vite build",
"build": "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",

@@ -67,6 +67,8 @@ "docs:pdf": "unwritten src/pdf/swissqrbill.ts src/shared/types.ts -t tsconfig.docs.json -o docs/pdf/",

"prerelease:beta": "npm run test -- --run && npm run build",
"publish": "changelogen --publish && changelogen gh release",
"publish:alpha": "npm run publish:latest -- --publishTag alpha",
"publish:beta": "npm run publish:latest -- --publishTag beta",
"publish:latest": "changelogen gh release && changelogen --publish",
"release": "changelogen --bump --output --no-tag",
"release:alpha": "npm run release -- --prerelease alpha --publishTag alpha",
"release:beta": "npm run release -- --prerelease beta --publishTag beta",
"release:alpha": "npm run release -- --prerelease alpha",
"release:beta": "npm run release -- --prerelease beta",
"spellcheck": "cspell lint",

@@ -73,0 +75,0 @@ "spellcheck:ci": "npm run spellcheck -- --no-progress",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc