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
42
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 1.0.7 to 1.0.8

2

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

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

@@ -19,3 +19,3 @@ 'use strict';

if (this.dom.shoutsContainer) {
const container = $(this.dom.shoutsContainer)
const container = $(this.dom.shoutsContainer);
$(this.dom.shoutsContainer).on('scroll', utils.debounce(function () {

@@ -186,3 +186,3 @@ const st = container.scrollTop();

},
placement: 'bottom',
placement: 'top',
},

@@ -189,0 +189,0 @@ };

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