
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
nodebb-plugin-checkin
Advanced tools
A NodeBB plugin to allow user checking-in daily to get reputation reward.
A NodeBB plugin to allow user checking-in daily to get reputation reward.
This plugin requires NodeBB 1.7.0 or higher and node.js 8 or higher.
After enable this plugin, please drag it to navigation.
Please be careful that the checking-in date is based on the time zone of your server. Most servers have UTC
as the default time zone. If this isn't intended, please set TZ
environment value to the time zone you want, such as Asia/Shanghai
, and restart your NodeBB instance.
The default configuration is that a user may get 20 reputation if he/she is the first user to check-in on a certain day, other users may get 5 to 9 reputation. After 7 continuous days, the reward will be 40 for 1st checked-in user, 10-19 for other users. When a user submits the first topic or reply after checking-in, he/she may get doubled reputation award.
You may change the configuration by editing config.json
like this:
{
"checkin": {
"postReward": true,
"rewards": [
{
"firstReward": 20,
"minReward": 5,
"maxReward": 9
},
{
"continuousDay": 7,
"firstReward": 40,
"minReward": 10,
"maxReward": 19
}
]
}
}
FAQs
A NodeBB plugin to allow user checking-in daily to get reputation reward.
We found that nodebb-plugin-checkin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.