
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
barcode-font-generator
Advanced tools
this is a barcode fonts generator. You input the name of the font-family you like, the height of one bar, and the encoding you want. Supported encodings are:
Install it globally with npm
npm install -g barcode-font-generator
the command line interface is called barf. use it like this:
barf -n "Super_EAN_Font" -h 60 -c "ean13" -bl 10 --with-numbers
switch | values | description |
---|---|---|
-c, --code | code128,code39,2of5,ean13 | the encoding you want to use |
-n, --name | STRING | the name you want give to the font |
-h, --height | INTEGER | the height of one bar |
-bl, --basline | INTEGER | set the height if the numbers at the bottom of the codes. applys only to ean13 and 2of5 fonts so far. |
-wn, --with-numbres | display numbers underneath the bars |
The command creates a folder with the fonts in .svg, .ttf, .woff and .eot format. You will find an example html file using the font in that folder as well.
FAQs
create your own barcode font with this barcode generator
The npm package barcode-font-generator receives a total of 5 weekly downloads. As such, barcode-font-generator popularity was classified as not popular.
We found that barcode-font-generator 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
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.