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

nodebb-plugin-mentions-quest

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-mentions-quest - npm Package Compare versions

Comparing version 2.2.9 to 2.2.10

2

library.js

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

// Retrieve settings
Meta.settings.get('mentions', function (err, settings) {
Meta.settings.get('mentions-quest', function (err, settings) {
Object.assign(Mentions._settings, Mentions._defaults, settings);

@@ -57,0 +57,0 @@ callback();

{
"name": "nodebb-plugin-mentions-quest",
"version": "2.2.9",
"version": "2.2.10",
"description": "NodeBB Plugin that allows users to mention other users by prepending an '@' sign to their display name",

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

'use strict';
/* globals $, app, socket */
define('admin/plugins/mentions', ['settings'], function (Settings) {
define('admin/plugins/mentions-quest', ['settings'], function (Settings) {

@@ -9,3 +9,3 @@ var ACP = {};

ACP.init = function () {
Settings.load('mentions', $('.mentions-settings'));
Settings.load('mentions-quest', $('.mentions-settings'));

@@ -12,0 +12,0 @@ $(window).on('action:admin.settingsLoaded', applyDefaults);

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