Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
cordova-plugin-cszbar-nucash
Advanced tools
Plugin to integrate with the ZBar barcode scanning library.
This repository is looking for a maintainer! If you believe you are the right person, please leave a comment!
This plugin integrates with the ZBar library, exposing a JavaScript interface for scanning barcodes (QR Code, EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5, 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.
cordova plugin add cordova-plugin-cszbar
cloudSky.zBar.scan(params, onSuccess, onFailure)
Arguments:
params: Optional parameters:
{
theme_color:"OPTIONAL theme - default = '#88000000'" // Android only
text_title: "OPTIONAL Title Text - default = 'Scan QR Code'", // Android only
text_instructions: "OPTIONAL Instruction Text - default = 'Please point your camera at the QR code.'", // Android only
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.
}
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 @PaoloMessina and @nickgerman for code contributions.
FAQs
Plugin to integrate with the ZBar barcode scanning library.
The npm package cordova-plugin-cszbar-nucash receives a total of 0 weekly downloads. As such, cordova-plugin-cszbar-nucash popularity was classified as not popular.
We found that cordova-plugin-cszbar-nucash 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.