Socket
Socket
Sign inDemoInstall

vue-barcode-reader

Package Overview
Dependencies
3
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "vue-barcode-reader",
"version": "0.0.2",
"version": "0.0.3",
"description": "Vue barcodes and QR codes scanner",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -8,3 +8,3 @@ # Vue Barcode and QR code scanner

* Can scan both barcodes and QR codes
* Uses ZXing ("zebra crossing"), an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.
* Uses [ZXing](https://github.com/zxing-js/library) ("zebra crossing"), an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.

@@ -14,3 +14,3 @@ ## Installation

The easiest way to use Vue Barcode Reader is to install it from **npm** or **yarn**.
```sh

@@ -35,3 +35,3 @@ npm install vue-barcode-reader --save

```js
import StreamBarcodeReader from "vue-barcode-reader";
import { StreamBarcodeReader } from "vue-barcode-reader";
```

@@ -52,3 +52,3 @@

```js
import ImageBarcodeReader from "vue-barcode-reader";
import { ImageBarcodeReader } from "vue-barcode-reader";
```

@@ -55,0 +55,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc