Huge News!Announcing our $40M Series B led by Abstract Ventures.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.10 to 2.2.11

2

library.js

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

route: '/plugins/mentions-quest',
name: 'Mentions'
name: 'Mentions Quest'
});

@@ -66,0 +66,0 @@

{
"name": "nodebb-plugin-mentions-quest",
"version": "2.2.10",
"version": "2.2.11",
"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",

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

$('#save').on('click', function () {
Settings.save('mentions', $('.mentions-settings'), function () {
Settings.save('mentions-quest', $('.mentions-settings'), function () {
app.alert({

@@ -17,0 +17,0 @@ type: 'success',

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