nativescript-barcodescanner
Advanced tools
Comparing version 2.7.2 to 2.7.3
@@ -147,3 +147,3 @@ "use strict"; | ||
intent.putExtra(com.google.zxing.client.android.Intents.Scan.BULK_SCAN, true); | ||
_onScanReceivedCallback = new android.content.BroadcastReceiver.extend({ | ||
_onScanReceivedCallback = android.content.BroadcastReceiver.extend({ | ||
onReceive: function (context, data) { | ||
@@ -203,3 +203,3 @@ var format = data.getStringExtra(com.google.zxing.client.android.Intents.Scan.RESULT_FORMAT); | ||
if (!_this.wasCameraPermissionGranted()) { | ||
_this.requestCameraPermissionInternal(onPermissionGranted, reject); | ||
_this.requestCameraPermissionInternal(onPermissionGranted.bind(_this), reject); | ||
return; | ||
@@ -206,0 +206,0 @@ } |
{ | ||
"name": "nativescript-barcodescanner", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "Scan QR/barcodes with your NativeScript app.", | ||
@@ -5,0 +5,0 @@ "main": "barcodescanner", |
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
1669089