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

vue-qrcode

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-qrcode - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

lib/src/index.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## 0.3.2 (2020-01-30)
**Note:** Version bump only for package vue-qrcode
## 0.3.1 (2020-01-29)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "vue-qrcode",
"version": "0.3.1",
"version": "0.3.2",
"description": "🤳 A Vue component for QR code generation with `qrcode`",

@@ -32,3 +32,3 @@ "repository": "git@github.com:rx-ts/vue.git",

"sideEffects": false,
"gitHead": "76060f779b6136b2893de48c5a874cbc54e964a3"
"gitHead": "fb1c0c40cd6f3f3d52f7b41bf7023012b924bf59"
}

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

# VueQRCode
# VueQrcode
> 🤳 A Vue component for QR code generation with [qrcode](https://github.com/soldair/node-qrcode)
## TOC <!-- omit in toc -->
- [Demo](#demo)
- [Usage](#usage)
- [Available Props](#available-props)
- [Changelog](#changelog)
- [License](#license)
## Demo
<VueQrcodeDemo/>
## Usage

@@ -9,10 +21,10 @@

<template>
<qrcode value="https://www.1stg.me" />
<vue-qrcode value="https://www.1stg.me" />
</template>
<script>
import Qrcode from 'vue-qrcode'
import VueQrcode from 'vue-qrcode'
export default {
components: {
Qrcode,
VueQrcode,
},

@@ -38,1 +50,13 @@ }

| `value` | `string | Array<{ data: string; mode?: string }>` | N/A |
## Changelog
Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md).
## License
[MIT][] © [JounQin][]@[1stG.me][]
[1stg.me]: https://www.1stg.me
[jounqin]: https://GitHub.com/JounQin
[mit]: http://opensource.org/licenses/MIT
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