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

svelte-qrcode-image

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-qrcode-image - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

package.json
{
"name": "svelte-qrcode-image",
"version": "0.4.2",
"version": "0.4.3",
"devDependencies": {

@@ -5,0 +5,0 @@ "@sveltejs/adapter-auto": "next",

export declare type QRCodeImageGeneratorSelection = "node-qrcode";
export declare type QRCodeErrorCorrectionLevel = "L" | "M" | "Q" | "H";
export declare type DisplayTag = "img" | "canvas";
export { default as QRCode } from "qrcode";

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

export {};
export { default as QRCode } from "qrcode";

Sorry, the diff of this file is not supported yet

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