
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
Native addon linker for Bare.
npm i [-g] bare-link
const link = require('bare-link')
for await (const resource of link('/path/to/module', { hosts: ['darwin-arm64', 'ios-arm64'] })) {
console.log(resource)
}
bare-link --host darwin-arm64 --host ios-arm64
for await (const resource of link([base][, options]))Options include:
options = {
hosts: [],
out: '.',
preset,
sign: false,
// Apple signing options
identity: 'Apple Development',
keychain,
// Windows signing options
subject,
subjectName,
thumbprint
}
bare-link [flags] [entry]Flags include:
--version|-v Print the current version
--host <host> The host to target
--out|-o <dir> The output directory
--preset <name> Apply an option preset
--sign Sign the library
--identity <id> The macOS signing identity
--keychain <name> The macOS signing keychain
--subject <id> The Windows signing subject
--subject-name <name> The Windows signing subject friendly name
--thumbprint <sha1> The Windows signing subject thumbprint
--help|-h Show help
Apache-2.0
FAQs
Native addon linker for Bare
The npm package bare-link receives a total of 2,934 weekly downloads. As such, bare-link popularity was classified as popular.
We found that bare-link demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.