nativescript-barcodescanner
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -123,4 +123,3 @@ "use strict"; | ||
return new Promise(function (resolve) { | ||
QRCodeReader.isAvailable(); | ||
resolve(); | ||
resolve(QRCodeReader.isAvailable()); | ||
}); | ||
@@ -127,0 +126,0 @@ }; |
{ | ||
"name": "nativescript-barcodescanner", | ||
"version": "3.0.2", | ||
"version": "3.0.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
1709452
767