Socket
Socket
Sign inDemoInstall

nativescript-barcodescanner

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-barcodescanner - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

5

barcodescanner.ios.js

@@ -120,2 +120,4 @@ "use strict";

types.push(AVMetadataObjectTypeCode128Code);
else if (format === "DATA_MATRIX")
types.push(AVMetadataObjectTypeDataMatrixCode);
else if (format === "EAN_8")

@@ -125,2 +127,4 @@ types.push(AVMetadataObjectTypeEAN8Code);

types.push(AVMetadataObjectTypeEAN13Code);
else if (format === "ITF")
types.push(AVMetadataObjectTypeITF14Code);
}

@@ -131,2 +135,3 @@ }

AVMetadataObjectTypeEAN13Code, AVMetadataObjectTypeEAN8Code, AVMetadataObjectTypeCode93Code, AVMetadataObjectTypeCode128Code,
AVMetadataObjectTypeDataMatrixCode, AVMetadataObjectTypeITF14Code,
AVMetadataObjectTypePDF417Code, AVMetadataObjectTypeQRCode, AVMetadataObjectTypeAztecCode];

@@ -133,0 +138,0 @@ }

4

CHANGELOG.md
# Change Log
## [2.6.1](https://github.com/EddyVerbruggen/nativescript-barcodescanner/tree/2.6.1) (2017-08-08)
[Full Changelog](https://github.com/EddyVerbruggen/nativescript-barcodescanner/milestone/21?closed=1)
## [2.6.0](https://github.com/EddyVerbruggen/nativescript-barcodescanner/tree/2.6.0) (2017-06-28)

@@ -4,0 +8,0 @@ [Full Changelog](https://github.com/EddyVerbruggen/nativescript-barcodescanner/milestone/20?closed=1)

2

package.json
{
"name": "nativescript-barcodescanner",
"version": "2.6.0",
"version": "2.6.1",
"description": "Scan QR/barcodes with a {N} app.",

@@ -5,0 +5,0 @@ "main": "barcodescanner",

@@ -25,17 +25,17 @@ # NativeScript BarcodeScanner

### iOS and Android
* AZTEC (on Android only when passed in explicity via `formats`)
* CODE_39
* CODE_93
* CODE_128
* DATA_MATRIX
* EAN_8
* EAN_13
* ITF (also known as ITF14)
* PDF_417 (on Android only when passed in explicity via `formats`)
* QR_CODE
* UPC_E
* AZTEC (on Android only when passed in explicity via `formats`)
* PDF_417 (on Android only when passed in explicity via `formats`)
### Android only
* DATA_MATRIX
* CODABAR
* MAXICODE
* ITF
* RSS_14

@@ -45,4 +45,2 @@ * UPC_A

## Installation
Make sure you're using __NativeScript 2.3.0+__ (2.4.0+ is best for Android). Run `npm install -g nativescript` if not.
From the command prompt go to your app's root folder and execute:

@@ -67,3 +65,3 @@ ```

_To not crash your app in case you forgot to provide the reason this plugin adds an empty reason to the `.plist` during build. This value gets overridden by anything you specified yourself. You're welcome._
_To not crash your app in case you forgot to provide the reason this plugin adds an empty reason to the `.plist` during build. This value gets overridden by anything you specify yourself._

@@ -267,2 +265,2 @@ ## Usage

]
```
```
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