Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@novelbrasil/discord.js-embed-menu

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@novelbrasil/discord.js-embed-menu - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

dist/discord_embed_menu.js

@@ -133,3 +133,3 @@ "use strict";

console.log(Object.keys(buttons).length);
for (let i = 1; i <= Object.keys(buttons).length; i++)
for (let i = 0; i < Object.keys(buttons).length; i++)
if (i % 5 == 0)

@@ -136,0 +136,0 @@ components.push(new discord_js_1.ActionRowBuilder());

{
"name": "@novelbrasil/discord.js-embed-menu",
"description": "Easily create Discord.js embed menus with reactions and unlimited customisable pages.",
"version": "1.1.1",
"version": "1.1.2",
"author": "eilex",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -158,3 +158,3 @@ import { EventEmitter } from 'events';

console.log(Object.keys(buttons).length)
for (let i = 1; i <= Object.keys(buttons).length; i++)
for (let i = 0; i < Object.keys(buttons).length; i++)
if (i % 5 == 0)

@@ -161,0 +161,0 @@ components.push(new ActionRowBuilder<ButtonBuilder>())

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