
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
Native addon linker for Bare.
npm i [-g] bare-link
const link = require('bare-link')
for await (const resource of link('/path/to/module', { target: ['darwin-arm64', 'ios-arm64'] })) {
console.log(resource)
}
bare-link --target darwin-arm64 --target ios-arm64
for await (const resource of link([base][, options]))Options include:
options = {
target: [],
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
--target|-t <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
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 3 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.