nativescript-barcodescanner
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -166,3 +166,5 @@ "use strict"; | ||
_this._removeVolumeObserver(); | ||
_this._scanner.stopScanning(); | ||
if (_this._scanner) { | ||
_this._scanner.stopScanning(); | ||
} | ||
_this._closeCallback && _this._closeCallback(); | ||
@@ -169,0 +171,0 @@ resolve(); |
{ | ||
"name": "nativescript-barcodescanner", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"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
1680800
847