Socket
Socket
Sign inDemoInstall

cordova-zebra-scanner

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "cordova-zebra-scanner",
"version": "1.0.1",
"version": "1.0.2",
"description": "\n\t\tCordova plugin to interface with Zebra barcode scanners (on Android)\n\t",

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

@@ -110,6 +110,6 @@ # Zebra USB Barcode Scanner Plugin for Android

switch(result.status) {
case: 'pairingRequired':
case 'pairingRequired':
// Handle barcode display. Pairing needed before scanning will work.
break;
case: 'paired':
case 'paired':
// Ready to scan.

@@ -116,0 +116,0 @@ break;

@@ -6,3 +6,3 @@ var exec = require('cordova/exec');

exec(fn, null, 'BarcodeScanner', 'handleEvents');
exec(fn, null, 'BarcodeScanner', 'handleEvents', []);
};

@@ -9,0 +9,0 @@

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