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.2 to 8.0.0

13

package.json
{
"name": "phonegap-plugin-barcodescanner",
"version": "7.1.2",
"version": "8.0.0",
"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.",

@@ -11,4 +11,2 @@ "cordova": {

"windows",
"wp8",
"blackberry10",
"browser"

@@ -27,4 +25,2 @@ ]

"cordova-windows",
"cordova-wp8",
"cordova-blackberry10",
"cordova-browser",

@@ -35,2 +31,5 @@ "cordova:plugin"

"cordovaDependencies": {
"<7.0.0": {
"cordova-android": "<6.3.0"
},
"7.0.0": {

@@ -42,2 +41,6 @@ "cordova-android": ">=6.3.0"

"cordova": ">=7.1.0"
},
"8.0.0": {
"cordova-android": ">=6.3.0",
"cordova": ">=7.1.0"
}

@@ -44,0 +47,0 @@ }

@@ -31,4 +31,2 @@ # PhoneGap Plugin BarcodeScanner

- Windows (Windows/Windows Phone 8.1 and Windows 10)
- Windows Phone 8
- BlackBerry 10
- Browser

@@ -65,20 +63,20 @@

| Barcode Type | Android | iOS | Windows8 | Windows Phone 8 | BlackBerry 10 |
|---------------|:-------:|:---:|:--------:|:---------------:|:-------------:|
| QR_CODE | ✔ | ✔ | ✔ | ✔ | ✖ |
| DATA_MATRIX | ✔ | ✔ | ✔ | ✔ | ✔ |
| UPC_A | ✔ | ✔ | ✔ | ✔ | ✔ |
| UPC_E | ✔ | ✔ | ✔ | ✔ | ✔ |
| EAN_8 | ✔ | ✔ | ✔ | ✔ | ✔ |
| EAN_13 | ✔ | ✔ | ✔ | ✔ | ✔ |
| CODE_39 | ✔ | ✔ | ✔ | ✔ | ✔ |
| CODE_93 | ✔ | ✔ | ✔ | ✔ | ✖ |
| CODE_128 | ✔ | ✔ | ✔ | ✔ | ✔ |
| CODABAR | ✔ | ✖ | ✔ | ✔ | ✖ |
| ITF | ✔ | ✔ | ✔ | ✔ | ✔ |
| RSS14 | ✔ | ✖ | ✔ | ✔ | ✖ |
| PDF417 | ✔ | ✔ | ✔ | ✔ | ✖ |
| RSS_EXPANDED | ✔ | ✖ | ✖ | ✖ | ✖ |
| MSI | ✖ | ✖ | ✔ | ✔ | ✖ |
| AZTEC | ✖ | ✔ | ✔ | ✔ | ✔ |
| Barcode Type | Android | iOS | Windows |
|---------------|:-------:|:---:|:--------:|
| QR_CODE | ✔ | ✔ | ✔ |
| DATA_MATRIX | ✔ | ✔ | ✔ |
| UPC_A | ✔ | ✔ | ✔ |
| UPC_E | ✔ | ✔ | ✔ |
| EAN_8 | ✔ | ✔ | ✔ |
| EAN_13 | ✔ | ✔ | ✔ |
| CODE_39 | ✔ | ✔ | ✔ |
| CODE_93 | ✔ | ✖ | ✔ |
| CODE_128 | ✔ | ✔ | ✔ |
| CODABAR | ✔ | ✖ | ✔ |
| ITF | ✔ | ✔ | ✔ |
| RSS14 | ✔ | ✖ | ✔ |
| PDF417 | ✔ | ✖ | ✔ |
| RSS_EXPANDED | ✔ | ✖ | ✖ |
| MSI | ✖ | ✖ | ✔ |
| AZTEC | ✖ | ✖ | ✔ |

@@ -158,9 +156,2 @@ `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.

## Windows Phone 8 quirks ##
Windows Phone 8 implementation currently doesn't support encode functionality.
## BlackBerry 10 quirks
BlackBerry 10 implementation currently doesn't support encode functionality.
Cancelling a scan on BlackBerry 10 is done by touching the screen.
## Thanks on Github ##

@@ -167,0 +158,0 @@

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