
Security News
Federal Government Rescinds Software Supply Chain Mandates, Makes SBOMs Optional
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.
Pretty print buffers with configurable grouping and wrapping. more useful than node's Buffer#toString()
var hexpp = require('hexpp')
var binary = new Buffer('hello, binary world!')
console.log(hexpp(binary, {groups: 4, wrap: 16}))
output:
68656c6c 6f2c2062 696e6172 7920776f
726c6421
buffer is a binary buffer,
and opts is an optional object,
groups is how many bytes before a space is inserted (default 4),
wrap is how many bytes before a newline is inserted (default 16)
it will look weird if wrap is not a multiple of groups.
MIT
FAQs
pretty print for binary buffers
The npm package hexpp receives a total of 109 weekly downloads. As such, hexpp popularity was classified as not popular.
We found that hexpp 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.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.

Research
/Security News
A Chrome extension claiming to hide Amazon ads was found secretly hijacking affiliate links, replacing creators’ tags with its own without user consent.