
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@savvy-web/pnpm-plugin-silk
Advanced tools
pnpm config dependency for centralized catalog management across the Silk ecosystem.
Centralized dependency version management for the Silk ecosystem via pnpm config dependencies. Share curated dependency catalogs, security overrides, and build configurations across multiple repositories from a single source of truth.
catalog:silk), permissive ranges for peer dependencies (catalog:silkPeers)silkOverrides that
propagate to all consuming repositoriesonlyBuiltDependencies and
publicHoistPattern settings across repositories$schema URLs in
biome.json/biome.jsonc files to match the catalog version@effect/* packages across
six functional groups with compatible version resolutionAdd as a config dependency using pnpm:
pnpm add --config @savvy-web/pnpm-plugin-silk
This adds the package to your pnpm-workspace.yaml with the required integrity
hash:
configDependencies:
"@savvy-web/pnpm-plugin-silk": "0.3.0+sha512-..."
Reference Silk catalogs in your package.json:
{
"devDependencies": {
"typescript": "catalog:silk",
"vitest": "catalog:silk"
},
"peerDependencies": {
"typescript": "catalog:silkPeers"
}
}
The silk catalog provides current/latest versions for direct dependencies,
while silkPeers provides permissive ranges for peer dependencies. Security
overrides, build script allowlists, and hoist patterns are automatically
merged during pnpm install.
For configuration details, architecture overview, and advanced usage, see docs/.
FAQs
pnpm config dependency for centralized catalog management across the Silk ecosystem.
We found that @savvy-web/pnpm-plugin-silk 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.