
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@bonvoy/plugin-changeset
Advanced tools
Changeset-compatible workflow for bonvoy
Optional plugin that provides a changeset-compatible workflow with bonvoy extensions.
@changesets/cli.changeset/ and .bonvoy/"2.0.0" in addition to major/minor/patchnpm install -D @bonvoy/plugin-changeset
// bonvoy.config.js
export default {
plugins: [
'@bonvoy/plugin-changeset',
// NOTE: Do NOT use with @bonvoy/plugin-conventional
]
};
Create files in .changeset/ or .bonvoy/ with YAML frontmatter:
---
"@scope/core": minor
"@scope/utils": patch
---
Added new authentication feature.
This description goes into the changelog.
Unlike standard changeset, you can specify exact versions:
---
"@scope/core": "2.0.0"
---
Breaking release with new API.
When multiple files reference the same package:
<!-- .changeset/feature-a.md -->
---
"@scope/core": minor
---
Added feature A
<!-- .changeset/feature-b.md -->
---
"@scope/core": patch
---
Fixed bug B
Result:
minor wins over patch)export default {
plugins: [
['@bonvoy/plugin-changeset', {
deleteAfterRelease: true, // default: true
}]
]
};
@bonvoy/plugin-changeset@changesets/cli from your project.changeset/*.md files will work as-isbonvoy shipit instead of changeset version && changeset publishMIT
FAQs
🚢 Changeset-compatible workflow for bonvoy
We found that @bonvoy/plugin-changeset 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.