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.9 to 1.0.10

2

index.js

@@ -39,2 +39,3 @@ const plugin = {};

plugin.overrideLogin = function(req, username, password, next) {
console.log('用户登录插件处理中..');
passport.use(new passportLocal({

@@ -59,4 +60,5 @@ passReqToCallback: true

console.log(data);
return data;
};
module.exports = plugin;

2

package.json

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

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

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

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