Socket
Socket
Sign inDemoInstall

bfd-api-redux

Package Overview
Dependencies
2
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "bfd-api-redux",
"version": "1.2.1",
"version": "1.2.2",
"description": "A node.js wrapper for the Bots For Discord API",

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

@@ -88,3 +88,3 @@ const EventEmitter = require("events");

if (Array.isArray(votes.entries)) {
let structure = { voted: true, votes: []};
let structure = { voted: votes.entries.some(vote => vote.userid === userid), votes: []};
votes.entries.forEach(vote => {

@@ -91,0 +91,0 @@ if (vote.userid === userid) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc