Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-plugin-slack-notifier

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-slack-notifier - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

dist/src/index.js

@@ -15,5 +15,5 @@ "use strict";

const nconf = module.parent.require('nconf');
const webHookUri = nconf.get('slackWebUrl');
const webHookUri = nconf.get('slackWebUrl') || '';
const channelName = nconf.get('channelName');
const contentLen = nconf.get('postContentLength');
const contentLen = nconf.get('postContentLength') || 200;
const user = module.parent.require('./user');

@@ -20,0 +20,0 @@ const topics = module.parent.require('./topics');

{
"name": "nodebb-plugin-slack-notifier",
"version": "0.0.8",
"version": "0.0.9",
"description": "Simple nodebb plugin that notify slack about posts",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/lakshmipriyamukundan/nodebb-plugin-slack-notifier#readme",

# nodebb-plugin-slack-notifier(beta)
Simple nodebb plugin that notify slack about posts
Simple nodebb plugin that notify slack about new posts in forum with slack webhook url api.

@@ -31,9 +31,5 @@ [![npm](https://img.shields.io/npm/v/nodebb-plugin-slack-notifier.svg)](https://www.npmjs.com/package/nodebb-plugin-slack-notifier)

## How it works
Optional
## Usage
Describe usage
Update your 'slackWebUrl', slack 'channelName' and 'postContentLength' in NodeBB config.json file. The plugin will work for you...:)

@@ -40,0 +36,0 @@ ## Change log

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