You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

nodebb-plugin-shoutbox

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-shoutbox - npm Package Compare versions

Comparing version

to
2.1.3

4

lib/config.js

@@ -152,3 +152,5 @@ 'use strict';

const featureConfig = Config.global.get('toggles.features');
const data = {};
const data = {
title: '[[shoutbox:shoutbox]]',
};

@@ -155,0 +157,0 @@ data.features = features.slice(0).map((item) => {

{
"name": "nodebb-plugin-shoutbox",
"version": "2.1.2",
"version": "2.1.3",
"description": "NodeBB Shoutbox Plugin",

@@ -5,0 +5,0 @@ "main": "library.js",