Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-plugin-freelog

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-freelog - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

3

index.js

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

}
console.log('开始注册用户..' + username);
User.create({

@@ -98,2 +99,3 @@ uid: freelogUserInfo.userId,

}, function(nodebbUserInfo, callback) {
// condition = {_key:"group:administrators:members",value:uid }
User.isAdministrator(nodebbUserInfo.uid).then(isAdmin => {

@@ -105,2 +107,3 @@ nodebbUserInfo.isAdmin = isAdmin;

], function(error, result) {
console.log({ error, result });
if (error) {

@@ -107,0 +110,0 @@ next(error);

2

package.json

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

"description": "NodeBB Forum",
"version": "0.0.27",
"version": "0.0.28",
"homepage": "http://www.nodebb.org",

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

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