Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
cordova-plugin-cszbar-exj
Advanced tools
Plugin to integrate with the ZBar barcode scanning library.
This plugin is a fork from tjwoon's csZBar plugin and currently used for personal uses.
The main problem this plugin is trying to solve is the customization of the ZBar layout, like adding button & stuff...
All credit should go to 'tjwoon' for all work before 1.3.3
Thank you.
This plugin integrates with the ZBar library, exposing a JavaScript interface for scanning barcodes (QR, 2D, etc). In this fork a button has been added to turn off and on device flash. In addition the plugin can now handle the device orientation change.
This plug-in is available on npm, be careful of the version.
Install from NPM :
ionic plugin add cordova-plugin-cszbar-exj
or you can install it from GitHub :
ionic plugin add https://github.com/aNkM/csZBar.git
cloudSky.zBar.scan(params, onSuccess, onFailure)
Arguments:
params: Optional parameters:
{
camera: "front" || "back", // defaults to "back"
flash: "on" || "off" || "auto", // defaults to "auto". See Quirks
drawSight: true || false, // defaults to true, create a red sight/line in the center of the scanner view.
connected: true || false, // defaults to false, triggers the appearance of the login button if false
askOpen: true || false // shows openDialogPopup if the barcode is an external url
}
onSuccess: function (s) {...} Callback for successful scan.
onFailure: function (s) {...} Callback for cancelled scan or error.
Return:
Status:
This plugin is released under the Apache 2.0 license, but the ZBar library on which it depends (and which is distribute with this plugin) is under the LGPL license (2.1).
Thank you to @tjwoon, @PaoloMessina and @nickgerman for code contributions before 1.3.3.
FAQs
Plugin to integrate with the ZBar barcode scanning library.
The npm package cordova-plugin-cszbar-exj receives a total of 4 weekly downloads. As such, cordova-plugin-cszbar-exj popularity was classified as not popular.
We found that cordova-plugin-cszbar-exj demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.