
Security News
crates.io Ships Security Tab and Tightens Publishing Controls
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.
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),
ascii is whether to display ascii printables (non-printables replaced with '.')
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
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.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.