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.2.2 to 1.2.3

4

dist/discord_embed_menu.js

@@ -182,4 +182,4 @@ "use strict";

: Object.prototype.hasOwnProperty.call(this.currentPage.buttons, component.id) ? component.id : null;
console.log("collect");
if (key && this.menu && this.menu instanceof discord_js_1.InteractionResponse) {
console.log(key);
if (key && this.menu && this.menu instanceof discord_js_1.Message) {
if (component.user.id !== this.user.id)

@@ -186,0 +186,0 @@ return;

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

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

@@ -208,4 +208,4 @@ import { EventEmitter } from 'events';

: Object.prototype.hasOwnProperty.call(this.currentPage.buttons, component.id as string) ? component.id : null;
console.log("collect")
if (key && this.menu && this.menu instanceof InteractionResponse) {
console.log(key)
if (key && this.menu && this.menu instanceof Message) {
if (component.user.id !== this.user.id) return

@@ -212,0 +212,0 @@ if (!this.currentPage.buttons) return

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