@tauri-apps/plugin-barcode-scanner
Advanced tools
+3
-3
| { | ||
| "name": "@tauri-apps/plugin-barcode-scanner", | ||
| "version": "2.0.0-rc.2", | ||
| "version": "2.0.0", | ||
| "description": "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS", | ||
| "license": "MIT or APACHE-2.0", | ||
| "license": "MIT OR Apache-2.0", | ||
| "authors": [ | ||
@@ -28,4 +28,4 @@ "Tauri Programme within The Commons Conservancy" | ||
| "dependencies": { | ||
| "@tauri-apps/api": "^2.0.0-rc.4" | ||
| "@tauri-apps/api": "^2.0.0" | ||
| } | ||
| } |
+9
-1
@@ -5,2 +5,10 @@  | ||
| | Platform | Supported | | ||
| | -------- | --------- | | ||
| | Linux | x | | ||
| | Windows | x | | ||
| | macOS | x | | ||
| | Android | ✓ | | ||
| | iOS | ✓ | | ||
| ## Install | ||
@@ -22,3 +30,3 @@ | ||
| [dependencies] | ||
| tauri-plugin-barcode-scanner = "2.0.0-rc" | ||
| tauri-plugin-barcode-scanner = "2.0.0" | ||
| # alternatively with Git: | ||
@@ -25,0 +33,0 @@ tauri-plugin-barcode-scanner = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10012
1.7%1
-50%123
6.96%Updated