Socket
Socket
Sign inDemoInstall

@conflict/beta

Package Overview
Dependencies
6
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.3 to 0.8.4

2

package.json
{
"name": "@conflict/beta",
"version": "0.8.3",
"version": "0.8.4",
"description": "The first and only UI framework for Discord bots",

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

@@ -9,2 +9,3 @@ // dispatch.js

} = require("discord-interactions");
const Discord = require('discord.js');
const {

@@ -14,7 +15,10 @@ AutocompleteInteraction,

CommandInteraction,
ButtonInteraction,
SelectMenuInteraction,
UserContextMenuCommandInteraction,
MessageContextMenuCommandInteraction,
Constants
} = require("discord.js");
const { Events, InteractionTypes, MessageComponentTypes, ApplicationCommandTypes } = Constants;
} = Discord;
const { Events, InteractionTypes, MessageComponentTypes, ApplicationCommandTypes } = Constants;
const commands = require('./commands.json');

@@ -21,0 +25,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc