New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dsevo/modules-notification-slack

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dsevo/modules-notification-slack - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "@dsevo/modules-notification-slack",
"version": "0.0.7",
"version": "0.0.8",
"description": "Send notifications to a Slack channel",

@@ -5,0 +5,0 @@ "license": "ISC",

module.exports = {
webhookUrl: {
label: 'WebHook URL',
description: 'URL to WebHook in order to send message to Slack',
type: 'string',
default: '',
description: 'URL to WebHook in order to send message to Slack'
},
channel: {
label: 'Channel',
description: "Channel to send notifications to",
type: 'string',
default: '#general',
description: "Channel name"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc