
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
barcode-reader-zbar-webassembly
Advanced tools
Barcode reader written in Ts and using webassembly. In addition, it calculates the check digit as well.
Run build.sh to build a docker and update the webassembly.
https://emirdeliz.github.io/barcode-reader-zbar-webassembly/
Added the static files (barcode-reader.js and barcode-reader.wasm) on the server. And then use the code below.
const result = BarcodeReader.readBarcodeFromStack({
file,
});
or
const result = BarcodeReader.readBarcode({
file,
});
| Method | Description |
|---|---|
| readBarcodeFromStack | This method receives a ReadBarcodeProps and inserts the request on the stack of requests. This can be utils when you make multiple barcodes reads at the same. |
| readBarcode | This method receives a ReadBarcodeProps and makes a simple read. |
| Prop | Type | Description |
|---|---|---|
| file (optional) | boolean | The file related to pdf file. |
| scale (optional) | boolean | The scale or zoom applied on the pdf document before the search barcode. |
| sequenceNum (optional) | Number | The sequence number of the image when working with multiple barcodes. |
| password (optional) | String | The password to open the pdf file. |
FAQs
Barcode reader zbar webassembly
The npm package barcode-reader-zbar-webassembly receives a total of 1 weekly downloads. As such, barcode-reader-zbar-webassembly popularity was classified as not popular.
We found that barcode-reader-zbar-webassembly 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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.