Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
lcov-badge2
Advanced tools
A tool for generating SVG badges from LCOV reports, based on lcov-badge
lcov-badge2 can be used as either a command line utility or a library. It produces your basic build badge:
To use this library, just pass the path to your lcov file:
lcov-badge2 coverage/lcov.info
This will generate a badge.svg
file. If you want an output file with a different name, you can pass
the -o
option:
lcov-badge2 -o coverage.svg coverage/lcov.info
You can view all arguments by passing the -h
option.
Here's an example of programmatic usage:
import generateBadge from 'lcov-badge2';
const badge = generateBadge('coverage/lcov.info', 'coverage')
fs.writeFileSync('badge.svg', badge);
FAQs
Generate a badge from a LCOV report
The npm package lcov-badge2 receives a total of 4,056 weekly downloads. As such, lcov-badge2 popularity was classified as popular.
We found that lcov-badge2 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 malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.