vue-qrcode-reader
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "vue-qrcode-reader", | ||
"description": "A Vue.js component, accessing the device camera and allowing users to read QR-Codes, within the browser", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Niklas Gruhn", |
@@ -6,4 +6,6 @@ # vue-qrcode-reader | ||
A Vue.js component, accessing the device camera and allowing users to read QR codes, within the browser. Make sure to use it secure context (i.e. **HTTPS**). | ||
A Vue.js component, accessing the device camera and allowing users to read QR codes, within the browser. | ||
:point_right: In Chrome this component [only works with HTTPS](https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins) (or localhost) | ||
[Demo](https://gruhn.github.io/vue-qrcode-reader-demo) | [Source](https://github.com/gruhn/vue-qrcode-reader-demo/blob/master/src/components/TheQrcodeReaderDemo.vue) | ||
@@ -32,3 +34,3 @@ | ||
If you want to show a loading indicator, you can listen for the `init` event. It's emitted as soon as the component is mounted and carries a promise which resolves when the everything is ready. There are also some cases in which initialization fails, leading to rejection of said promise. | ||
If you want to show a loading indicator, you can listen for the `init` event. It's emitted as soon as the component is mounted and carries a promise which resolves when everything is ready. The promise is rejected if initialization fails. This can have a couple of reasons. | ||
@@ -101,3 +103,3 @@ :point_right: Camera access permission can't really be requested a second time. Once denied, it can only be re-granted in the browser settings. So to avoid panic and frustration, make sure your users understand why you need this permisson. | ||
It's highly recommended to install the [webrtc-adapter](https://github.com/webrtc/adapter `webrtc-adapter` shim too. | ||
It's highly recommended to install [webrtc-adapter](https://github.com/webrtc/adapter) too (a shim for WebRTC). | ||
``` | ||
@@ -104,0 +106,0 @@ yarn add webrtc-adapter |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
484022
239
0