
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
bare-runtime
Advanced tools
Prebuilt Bare binaries for macOS, iOS, Linux, Android, and Windows.
npm i [-g] bare-runtime
[!WARNING] These functions are currently subject to change between releases and are not by covered Semantic Versioning. The version of the prebuilds strictly match the corresponding Bare version. If your code depends on the APIs make sure to specify a fixed version (
1.2.3) when declaring the module dependency.
const prebuild = runtime([referrer][, options])Get the path to the Bare binary prebuild for the current platform. Will throw an error if no matching binary prebuild is found.
Options include:
options = {
platform: process.platform,
arch: process.arch
}
The bare-runtime/spawn module provides a convenient way to spawn the Bare binary prebuilds as child processes, adding appropriate executable permissions as required.
const process = spawn([referrer][, options])Options include:
options = {
platform: process.platform,
arch: process.arch,
args: process.argv.slice(2)
}
The module exposes a CLI that as a convenience will spawn the Bare binary that matches your platform. See https://github.com/holepunchto/bare#usage for details on the bare CLI.
Apache-2.0
FAQs
Prebuilt Bare binaries for macOS, iOS, Linux, Android, and Windows
The npm package bare-runtime receives a total of 7,283 weekly downloads. As such, bare-runtime popularity was classified as popular.
We found that bare-runtime demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.