Socket
Socket
Sign inDemoInstall

nodebb-plugin-freelog

Package Overview
Dependencies
8
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

4

index.js

@@ -56,2 +56,6 @@ const plugin = {};

plugin.topicCreateHandler = async function(data) {
console.log(data);
};
module.exports = plugin;

2

package.json

@@ -5,3 +5,3 @@ {

"description": "NodeBB Forum",
"version": "1.0.8",
"version": "1.0.9",
"homepage": "https://github.com/freelogfe/nodebb-plugin-freelog",

@@ -8,0 +8,0 @@ "repository": {

@@ -19,4 +19,8 @@ {

"method": "userCreateFilter"
},
{
"hook": "filter:topic.create",
"method": "topicCreateHandler"
}
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc