Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
nodebb-plugin-poll
Advanced tools
This NodeBB plugin will allow you to add polls to the first post of a topic with the following markup:
[poll <settings>]
- Poll option
- Another option
[/poll]
Currently supported settings:
maxvotes="1" //Max number of votes per user. If larger than 1, a multiple choice poll will be created
disallowVoteUpdate="0" //if set, users won't be able to update/remove their vote
allowAnonVoting="0" // if set to 1, users will be able to vote anonymously
title="Poll title" //Poll title
There's also a helpful modal available that will allow you to easily create a poll:
If you're willing to help, please make any improvements you want and submit a PR.
Either through the NodeBB ACP or:
npm install nodebb-plugin-poll
FAQs
NodeBB Poll Plugin
The npm package nodebb-plugin-poll receives a total of 115 weekly downloads. As such, nodebb-plugin-poll popularity was classified as not popular.
We found that nodebb-plugin-poll demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.