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

cordova-plugin-epson-spectrum

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-epson-spectrum - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

package.json

@@ -18,3 +18,3 @@ {

},
"version": "1.0.10",
"version": "1.0.11",
"scripts": {

@@ -21,0 +21,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -1,3 +0,3 @@

# cordova-plugin-honeywell-spectrum-scanner
A Cordova Honeywell Scanner Plugin for the buil-in barcodes scanner.
# cordova-plugin-epson-spectrum
A Cordova Epson Printer Plugin

@@ -7,3 +7,3 @@ Install

Cordova: `cordova plugin add cordova-plugin-honeywell-spectrum-scanner`
Cordova: `cordova plugin add cordova-plugin-epson-spectrum`

@@ -13,13 +13,7 @@ Tested successfully with

- Honeywell ScanPal EDA50 - Android 4.4 and 7
- Epson TM-P20
- Honeywell CT60 - Android 8.1.0
Usage
-----
Call `.init` to capture scans using the device's physical buttons. Call `.scan` within your application to enable a "software" triggerd scan. You can disable the capturing by calling `.release` and enable it back by calling `.claim` followed by `.listen` method. You can also simulate a softare button to enable the reader behaving in the same way as the hardware scan button(s).
TIP: In Ionic, in order to access the `window` property, you may need to add `window: any = window` just above your constructor.
### Enable listener

@@ -26,0 +20,0 @@ ```javascript

@@ -13,22 +13,4 @@ var execute = require("cordova/exec");

}
// softwareTriggerStart: function () {
// return execute(null, null, 'HoneywellScannerPlugin', 'softwareTriggerStart', []);
// },
// softwareTriggerStop: function () {
// return execute(null, null, 'HoneywellScannerPlugin', 'softwareTriggerStop', []);
// },
// init: function (res) {
// return execute(res, null, 'HoneywellScannerPlugin', 'init', []);
// },
// setProperties: function (err, args) {
// return execute(null, err, 'HoneywellScannerPlugin', 'setProperties', args);
// },
// start: function () {
// return execute(null, null, 'HoneywellScannerPlugin', 'start', []);
// },
// stop: function () {
// return execute(null, null, 'HoneywellScannerPlugin', 'stop', []);
// }
};
module.exports = epson;

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc