Socket
Socket
Sign inDemoInstall

phonegap-plugin-barcodescanner

Package Overview
Dependencies
0
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.1 to 7.1.2

2

package.json
{
"name": "phonegap-plugin-barcodescanner",
"version": "7.1.1",
"version": "7.1.2",
"description": "You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.",

@@ -5,0 +5,0 @@ "cordova": {

@@ -13,10 +13,6 @@ # PhoneGap Plugin BarcodeScanner

This requires phonegap 5.0+ ( current stable v3.0.0 )
This requires phonegap 7.1.0+ ( current stable v8.0.0 )
phonegap plugin add phonegap-plugin-barcodescanner
Older versions of phonegap can still install via the __deprecated__ id ( stale v2.0.1 )
phonegap plugin add com.phonegap.plugins.barcodescanner
It is also possible to install via repo url directly ( unstable )

@@ -26,2 +22,7 @@

Optional variables:
This plugin requires the Android support library v4. The minimum version is `24.1.0`. Default value is `27.+`. Check out the latest version [here](https://developer.android.com/topic/libraries/support-library/revisions.html).
```
phonegap plugin add phonegap-plugin-barcodescanner --variable ANDROID_SUPPORT_V4_VERSION="27.1.1"
```
### Supported Platforms

@@ -74,3 +75,3 @@

| CODE_39 | ✔ | ✔ | ✔ | ✔ | ✔ |
| CODE_93 | ✔ | ✖ | ✔ | ✔ | ✖ |
| CODE_93 | ✔ | ✔ | ✔ | ✔ | ✖ |
| CODE_128 | ✔ | ✔ | ✔ | ✔ | ✔ |

@@ -80,6 +81,6 @@ | CODABAR | ✔ | ✖ | ✔ | ✔ | ✖ |

| RSS14 | ✔ | ✖ | ✔ | ✔ | ✖ |
| PDF417 | ✔ | ✖ | ✔ | ✔ | ✖ |
| PDF417 | ✔ | ✔ | ✔ | ✔ | ✖ |
| RSS_EXPANDED | ✔ | ✖ | ✖ | ✖ | ✖ |
| MSI | ✖ | ✖ | ✔ | ✔ | ✖ |
| AZTEC | ✖ | ✖ | ✔ | ✔ | ✔ |
| AZTEC | ✖ | ✔ | ✔ | ✔ | ✔ |

@@ -86,0 +87,0 @@ `success` and `fail` are callback functions. Success is passed an object with data, type and cancelled properties. Data is the text representation of the barcode data, type is the type of barcode detected and cancelled is whether or not the user cancelled the scan.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc