Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
⚠️ Currently not ready for production usage!
Although we use this in production, we do so in a controlled environment usage only text sources we completely control. Expect APIs to change until this notice is removed. (We will however respect semantic versioning.)
Encode strings into an intermediate representation and render them to different output formats.
The primary focus of this project is to be fast and have a low footprint, while being reliable.
Install via yarn
$ yarn add barcodejs
Or install via npm
$ npm install --save barcodejs
Create an SVG barcode
import {encodeCode39, renderBarcodeToSVG} from "barcodejs"
// common-js
// const {encodeCode39, renderBarcodeToSVG} = require("barcodejs")
const svg = renderBarcodeToSVG(encodeCode39("HELLO WORLD"), {
// Optional
width: "100%",
height: "20mm",
})
console.log(svg)
Supported barcode types:
Supported output formats:
width
/ height
attributes (including % of the container).FAQs
Fast barcode generator for javascript.
The npm package barcodejs receives a total of 5 weekly downloads. As such, barcodejs popularity was classified as not popular.
We found that barcodejs 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.