
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
cordova-plugin-zxing
Advanced tools
A plugin for Cordova using ZXing library from https://github.com/journeyapps/zxing-android-embedded, exposing a JavaScript interface for scanning barcodes (QR, 1D/2D).
This library enables an inverted scan, enabling scan on dark background with white patterns.
Works only on Android devices.
1D product | 1D industrial | 2D |
---|---|---|
UPC_A | CODE_39 | QR_CODE |
UPC_E | CODE_93 | DATA_MATRIX |
EAN_8 | CODE_128 | PDF_417 |
EAN_13 | ITF | |
RSS_14 | ||
RSS_EXPANDED |
cordova plugin add cordova-plugin-zxing
window.plugins.zxingPlugin.scan(params, onSuccess, onFailure)
Arguments:
params: All parameters are optional:
{
'prompt_message':'Scan a barcode', // Change the info message. A blank message ('') will show a default message
'orientation_locked':true, // Lock the orientation screen
'camera_id':0, // Choose the camera source
'beep_enabled':true, // Enables a beep after the scan
'scan_type':'normal', // Types of scan mode: normal = default black with white background / inverted = white bars on dark background / mixed = normal and inverted modes
'barcode_formats':[
'QR_CODE',
'CODE_39',
'CODE_128'], // Put a list of formats that the scanner will find. A blank list ([]) will enable scan of all barcode types
'extras':{} // Additional extra parameters. See [ZXing Journey Apps][1] IntentIntegrator and Intents for more details
}
onSuccess: function (s) {...} Callback for successful scan.
onFailure: function (s) {...} Callback for cancelled scan or error.
Return:
This plugin is released under the Apache License 2.0
Copyright 2012-2018 ZXing authors, Journey Mobile, Marcelo Buregio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
FAQs
ZXing Barcode Scanner Plugin for Cordova
The npm package cordova-plugin-zxing receives a total of 19 weekly downloads. As such, cordova-plugin-zxing popularity was classified as not popular.
We found that cordova-plugin-zxing 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.