New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

@bonvoy/plugin-discord

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonvoy/plugin-discord

🚢 Discord notification plugin for bonvoy

latest
Source
npmnpm
Version
0.12.0
Version published
Maintainers
1
Created
Source

@bonvoy/plugin-discord

Discord notification plugin for bonvoy. Sends release notifications to Discord channels via webhooks.

Installation

npm install @bonvoy/plugin-discord

Usage

Create a Discord Webhook in your server settings, then:

// bonvoy.config.js
export default {
  plugins: [
    ['@bonvoy/plugin-discord', {
      webhookUrl: process.env.DISCORD_WEBHOOK_URL,
    }]
  ]
};

Configuration

OptionTypeRequiredDescription
webhookUrlstringYesDiscord webhook URL
usernamestringNoBot username (overrides webhook default)
avatarUrlstringNoBot avatar URL
onSuccessbooleanNoSend on success (default: true)
onFailurebooleanNoSend on failure (default: false)
includeChangelogbooleanNoInclude changelog in message (default: true)

Message Format

The plugin sends rich Discord embeds with:

  • Color-coded status (green for success, red for failure)
  • Package list with npm and GitHub release links
  • Separate embeds for each package's changelog

Environment Variables

DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...

License

MIT

Keywords

bonvoy

FAQs

Package last updated on 11 Feb 2026

Did you know?

Socket

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.

Install

Related posts