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.0.2 to 0.0.3

2

package.json
{
"name": "svelte-qrcode-image",
"version": "0.0.2",
"version": "0.0.3",
"devDependencies": {

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

import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
props: {};
props: {
content?: string | undefined;
};
events: {

@@ -5,0 +7,0 @@ [evt: string]: CustomEvent<any>;

@@ -28,2 +28,8 @@ # create-svelte

Since this being setup as SvelteKit project, so you should create your component in `src/lib` directory.
And re-export it in `src/lib/index.js` file.
```javascript
export { default as MyComponent } from './MyComponent.svelte';
```
## Publish Package

@@ -30,0 +36,0 @@ Simply run this

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