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.8 to 1.1.9

2

dist/discord_embed_menu.js

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

var _a;
console.log(typeof this.menu);
console.log(this.menu);
if (this.menu && this.menu instanceof discord_js_1.Message) {

@@ -172,0 +172,0 @@ const filter = (_interaction) => {

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

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

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

private async awaitButtons() {
console.log(typeof this.menu)
console.log(this.menu)
if (this.menu && this.menu instanceof Message) {

@@ -198,0 +198,0 @@ const filter = (_interaction: ButtonInteraction): boolean => {

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