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.20 to 0.0.21

2

index.js

@@ -73,3 +73,3 @@ const plugin = {};

console.log({ nodeUserInfo, freelogUserInfo });
if (!nodeUserInfo) {
if (!nodeUserInfo || !nodeUserInfo.uid) {
console.log('同步用户数据到nodeBB');

@@ -76,0 +76,0 @@ User.create({

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

"description": "NodeBB Forum",
"version": "0.0.20",
"version": "0.0.21",
"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