Socket
Socket
Sign inDemoInstall

nativescript-barcodescanner

Package Overview
Dependencies
0
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.1 to 3.1.2

3

barcodescanner.ios.js

@@ -176,3 +176,3 @@ "use strict";

_this._scanner.delegate = _this._scanDelegate;
_this._scanDelegate.setCallback(arg.beepOnScan !== false, isContinuous_1, arg.reportDuplicates, arg.formats, function (text, format) {
_this._scanDelegate.setCallback(arg.beepOnScan !== false, isContinuous_1, arg.reportDuplicates, arg.formats, function (text, barcodeFormat) {
if (text === undefined) {

@@ -184,3 +184,2 @@ _this._removeVolumeObserver();

else {
var barcodeFormat = getBarcodeFormat(format);
var value = text;

@@ -187,0 +186,0 @@ if (shouldReturnEAN13AsUPCA(barcodeFormat, value, arg.formats)) {

{
"name": "nativescript-barcodescanner",
"version": "3.1.1",
"version": "3.1.2",
"description": "Scan QR/barcodes with your NativeScript app.",

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

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