Socket
Socket
Sign inDemoInstall

react-native-honeywell-scanner-trigger

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

android/.gradle/5.1.1/fileChanges/last-build.bin

5

package.json
{
"name": "react-native-honeywell-scanner-trigger",
"description": "A barcode scanner for Honeywell handheld devices like Honeywell Dolphin CT40",
"version": "1.0.6",
"version": "1.0.7",
"main": "index.js",

@@ -11,3 +11,4 @@ "author": "Subramanian Ramaswamy <subramanian.ramaswamy@ingrammicro.com>",

"barcode",
"scanner"
"scanner",
"software-trigger"
],

@@ -14,0 +15,0 @@ "engines": {

10

README.md
# React Native Honeywell Scanner With Soft Trigger
> **This package is build from [fork](https://github.com/Volst/react-native-honeywell-scanner). This package would be extended in future from [This fork](https://github.com/AMI3GOLtd/react-native-honeywell-scanner) which might work better.**
> **This package is build from [fork](https://github.com/Volst/react-native-honeywell-scanner) as well as concepts borrowed from [This fork](https://github.com/AMI3GOLtd/react-native-honeywell-scanner) which might work better.**

@@ -47,3 +47,5 @@ This package works with Honeywell devices that have an integrated barcode scanner, like the Honeywell Dolphin CT40. This package was fully tested with a CT40, since the SDK is not specific to the CT40 other devices will likely work as well but this is not guaranteed.

HoneywellScanner.onBarcodeReadSuccess(event => {
console.log('Received data', event.propogated);
console.log('Barcode Scan data', event.data);
console.log('Barcode Scan Timestamp', event.timeStamp);
console.log('Barcode Scan Type', event.symbology);
});

@@ -79,3 +81,5 @@

HoneywellScanner.onBarcodeReadSuccess(event => {
console.log('Received data', event);
console.log('Barcode Scan data', event.data);
console.log('Barcode Scan Timestamp', event.timeStamp);
console.log('Barcode Scan Type', event.symbology);
});

@@ -82,0 +86,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