Socket
Socket
Sign inDemoInstall

phonegap-plugin-barcodescanner

Package Overview
Dependencies
29
Maintainers
9
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.1 to 8.1.0

6

hooks/windows/check-arch.js

@@ -5,4 +5,4 @@ module.exports = function(ctx) {

var path = require('path');
var shell = ctx.requireCordovaModule('shelljs');
var nopt = ctx.requireCordovaModule('nopt');
var shell = require('shelljs');
var nopt = require('nopt');

@@ -22,3 +22,3 @@ // parse and validate args

// Check if --appx flag is passed so that we have a project build version override:
// Check if --appx flag is passed so that we have a project build version override:
var isWin10 = args.appx && args.appx.toLowerCase() === 'uap';

@@ -25,0 +25,0 @@

{
"name": "phonegap-plugin-barcodescanner",
"version": "8.0.1",
"version": "8.1.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.",

@@ -57,3 +57,7 @@ "cordova": {

"pluginpub": "^0.0.9"
},
"dependencies": {
"nopt": "^4.0.1",
"shelljs": "^0.8.3"
}
}

@@ -71,3 +71,3 @@ # PhoneGap Plugin BarcodeScanner

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

@@ -80,3 +80,3 @@ | CODABAR | ✔ | ✖ | ✔ |

| MSI | ✖ | ✖ | ✔ |
| AZTEC | ✖ | ✖ | ✔ |
| AZTEC | ✔ | ✔ | ✔ |

@@ -83,0 +83,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 too big to display

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