You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@tauri-apps/plugin-barcode-scanner

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tauri-apps/plugin-barcode-scanner - npm Package Compare versions

Comparing version
2.0.0-rc.2
to
2.0.0
+3
-3
package.json
{
"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"
}
}

@@ -5,2 +5,10 @@ ![Barcode Scanner](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/scanner/banner.png)

| 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" }