New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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.0.6

2

library.js

@@ -75,2 +75,4 @@ 'use strict';

data.hiddenStyle = '';
data.features = data.features.filter(f => f && f.enabled);
if (settings && parseInt(settings['shoutbox:toggles:hide'], 10) === 1) {

@@ -77,0 +79,0 @@ data.hiddenStyle = 'display: none;';

2

package.json
{
"name": "nodebb-plugin-shoutbox",
"version": "2.0.5",
"version": "2.0.6",
"description": "NodeBB Shoutbox Plugin",

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

Sorry, the diff of this file is not supported yet