Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

phonegap-plugin-barcodescanner

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phonegap-plugin-barcodescanner - npm Package Compare versions

Comparing version 3.1.2 to 4.0.0

src/blackberry10/index.js

4

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

@@ -13,2 +13,3 @@ "cordova": {

"wp8",
"blackberry10",
"browser"

@@ -29,2 +30,3 @@ ]

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

@@ -31,0 +33,0 @@ ],

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

- Windows Phone 8
- BlackBerry 10
- Browser

@@ -108,2 +109,13 @@

### BlackBerry 10
* UPC_A
* UPC_E
* EAN_8
* EAN_13
* CODE_39
* CODE_128
* ITF
* DATA_MATRIX
* AZTEC
`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.

@@ -149,12 +161,16 @@

## Windows8 quirks ##
Windows 8 implenemtation currently doesn't support encode functionality.
Windows 8 implementation currently doesn't support encode functionality.
## Windows Phone 8 quirks ##
Windows Phone 8 implenemtation currently doesn't support encode functionality.
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 ##
So many -- check out the original [iOS](https://github.com/phonegap/phonegap-plugins/tree/DEPRECATED/iOS/BarcodeScanner) and [Android](https://github.com/phonegap/phonegap-plugins/tree/DEPRECATED/Android/BarcodeScanner) repos.
So many -- check out the original [iOS](https://github.com/phonegap/phonegap-plugins/tree/DEPRECATED/iOS/BarcodeScanner), [Android](https://github.com/phonegap/phonegap-plugins/tree/DEPRECATED/Android/BarcodeScanner) and
[BlackBerry 10](https://github.com/blackberry/WebWorks-Community-APIs/tree/master/BB10-Cordova/BarcodeScanner) repos.
## Licence ##

@@ -161,0 +177,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc