
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-gitlab
Advanced tools
GitLab releases and MR plugin for bonvoy
Creates GitLab releases with changelogs and manages release merge requests.
npm install @bonvoy/plugin-gitlab
// bonvoy.config.js
export default {
gitlab: {
token: process.env.GITLAB_TOKEN, // default
host: 'https://gitlab.com', // default, or self-hosted URL
projectId: 'my-group/my-project', // optional, auto-detected
},
};
This plugin taps into the following hooks:
| Hook | Action |
|---|---|
makeRelease | Creates GitLab releases for published packages |
createPR | Creates a release MR with version bumps and changelog |
GITLAB_TOKEN environment variable with api scopeGITLAB_HOST environment variable (optional)The plugin auto-detects the project in this order:
projectId)package.json repository fieldSupported URL formats:
https://gitlab.com/group/projecthttps://gitlab.com/group/subgroup/projectgit@gitlab.com:group/project.git| Variable | Description |
|---|---|
GITLAB_TOKEN | GitLab personal access token |
GITLAB_HOST | GitLab host URL (default: https://gitlab.com) |
When using bonvoy prepare, this plugin:
.bonvoy/release-pr.json for merge detectionTo use GitLab instead of GitHub, disable the GitHub plugin:
// bonvoy.config.js
export default {
plugins: [
'@bonvoy/plugin-gitlab',
// GitHub plugin is disabled when GitLab is explicitly added
],
};
MIT
FAQs
🚢 GitLab releases plugin for bonvoy
We found that @bonvoy/plugin-gitlab 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.