New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-plugin-poll

Package Overview
Dependencies
Maintainers
5
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-poll - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

lib/vote.js

@@ -72,3 +72,3 @@ 'use strict';

options: options
.filter(option => option.votes.some(_uid => _uid === uid))
.filter(option => option.votes.some(_uid => parseInt(_uid, 10) === parseInt(uid, 10)))
.map(option => option.id),

@@ -75,0 +75,0 @@ });

{
"name": "nodebb-plugin-poll",
"version": "2.0.0",
"version": "2.0.1",
"description": "NodeBB Poll Plugin",

@@ -5,0 +5,0 @@ "main": "library.js",

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