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

@bonvoy/plugin-teams

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-teams

🚢 Microsoft Teams notification plugin for bonvoy

latest
Source
npmnpm
Version
0.12.0
Version published
Maintainers
1
Created
Source

@bonvoy/plugin-teams

Microsoft Teams notification plugin for bonvoy. Sends release notifications via Teams webhooks.

Installation

npm install @bonvoy/plugin-teams

Usage

  • Create an Incoming Webhook in Teams
  • Configure the plugin:
// bonvoy.config.js
export default {
  plugins: [
    ['@bonvoy/plugin-teams', {
      webhookUrl: process.env.TEAMS_WEBHOOK_URL,
    }]
  ]
};

Configuration

OptionTypeRequiredDescription
webhookUrlstringYesTeams webhook URL
onSuccessbooleanNoSend on success (default: true)
onFailurebooleanNoSend on failure (default: false)
includeChangelogbooleanNoInclude changelog (default: true)

Message Format

Uses MessageCard format with:

  • Color-coded theme (green/red)
  • Package facts with links
  • Changelog sections

Environment Variables

TEAMS_WEBHOOK_URL=https://outlook.office.com/webhook/...

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