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

vue-qr-generator

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-qr-generator - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

7

package.json
{
"name": "vue-qr-generator",
"version": "3.0.0",
"description": "Create QR codes with a simple Vue component, Fork of vue-qrcode-component that uses the KeeeX/qrcodejs code generator",
"version": "3.0.1",
"description": "Create QR codes with a simple Vue component, Fork of vue-qrcode-component that uses the KeeeX/qrcodejs code generator.",
"main": "src/QRCode.vue",

@@ -11,3 +11,4 @@ "keywords": [

"vue",
"component"
"component",
"generator"
],

@@ -14,0 +15,0 @@ "author": "Anthony Lee (public.anthonylee@gmail.com) (https://www.anthonydlee.com)",

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

# vue-qrcode-component
# vue-qr-generator
Create QR codes with a simple Vue component
## [Demo and Documentation on GitHub Pages](https://gerardreches.github.io/vue-qrcode-component/)
## [Demo and Documentation on GitHub Pages](https://gerardreches.github.io/vue-qr-generator/)

@@ -11,6 +11,6 @@ ## Installation

// Using NPM
npm install vue-qrcode-component
npm install vue-qr-generator
// or Yarn
yarn add vue-qrcode-component
yarn add vue-qr-generator
```

@@ -20,3 +20,3 @@ Then register the component:

import Vue from 'vue'
import VueQRCodeComponent from 'vue-qrcode-component'
import VueQRCodeComponent from 'vue-qr-generator'
Vue.component('qr-code', VueQRCodeComponent)

@@ -23,0 +23,0 @@ ```

Sorry, the diff of this file is not supported yet

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