Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
nodebb-plugin-category-sort-by-votes-next
Advanced tools
Adds functionality to sort topics by votes in category list view
Adds ability to sort topic by votes within a category to your NodeBB.
Install it from NodeBB Admin Panel, or
npm install nodebb-plugin-category-sort-by-votes
Feature of sorting by votes use cid:[cid]:tids:votes
as key, while it is not supported by NodeBB.So we must recreate the index to make it work.
If "reindex" is not applied before you use "Sort By Votes" option in the category page, the category page will be blank.
We also use action:post.downvote
, action:post.unvote
, action:post.upvote
hook to listen user actions and dynamically update the sortedSet which use cid:[cid]:tids:votes
as key.
FAQs
Adds functionality to sort topics by votes in category list view
We found that nodebb-plugin-category-sort-by-votes-next 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.