
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@robinpath/barcode
Advanced tools
> QR code generation, EAN/UPC barcode validation, ISBN conversion, and Luhn checksum
QR code generation, EAN/UPC barcode validation, ISBN conversion, and Luhn checksum
The barcode module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/barcode
No credentials needed — start using it right away:
barcode.qrToFile "https://example.com" "./qr.png"
| Function | Description |
|---|---|
barcode.qrGenerate | Generate QR code as data URL |
barcode.qrToFile | Generate QR code to file |
barcode.qrToSvg | Generate QR code as SVG |
barcode.qrToTerminal | Generate QR for terminal |
barcode.ean13Validate | Validate EAN-13 barcode |
barcode.ean13Checksum | Calculate EAN-13 check digit |
barcode.upcValidate | Validate UPC-A barcode |
barcode.upcChecksum | Calculate UPC-A check digit |
barcode.isbn10Validate | Validate ISBN-10 |
barcode.isbn13Validate | Validate ISBN-13 |
barcode.isbn10to13 | Convert ISBN-10 to ISBN-13 |
barcode.isbn13to10 | Convert ISBN-13 to ISBN-10 |
barcode.luhn | Validate Luhn checksum |
barcode.luhnGenerate | Generate Luhn check digit |
barcode.qrToFile "https://example.com" "./qr.png"
barcode.qrToSvg "hello"
barcode.qrToTerminal "hello"
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/barcode";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
barcode.qrToFile "https://example.com" "./qr.png"
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/json — JSON module for complementary functionalityMIT
FAQs
QR code generation, EAN/UPC barcode validation, ISBN conversion, and Luhn checksum
The npm package @robinpath/barcode receives a total of 40 weekly downloads. As such, @robinpath/barcode popularity was classified as not popular.
We found that @robinpath/barcode demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.