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 1.0.4 to 1.0.5

3

index.js

@@ -17,7 +17,6 @@ const plugin = {};

const env = process.env.NODE_ENV;
const signTid = env === 'production' ? 3 : 3; // 根据环境设定签到帖ID.
const signTid = env === 'production' ? '3' : '3'; // 根据环境设定签到帖ID. 注意是字符串
console.log('签到帖子ID' + signTid, data.data.tid !== signTid, data.data);
if (data.data.tid !== signTid) {
console.log('不符合~');
return;

@@ -24,0 +23,0 @@ }

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

"description": "NodeBB Forum",
"version": "1.0.4",
"version": "1.0.5",
"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