Socket
Socket
Sign inDemoInstall

@conflict/beta

Package Overview
Dependencies
92
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.21 to 0.9.22

3

commands.js

@@ -196,7 +196,6 @@ import View, { Component } from './view.js'

console.log('view!', args)
console.log(args[0], JSON.stringify(args[0], null, 4));
this.vercelConfig?.onReply?.(...args);
this.interaction.reply(...args);
}}, options, true, true);
} else {
view.applyTo(this.interaction, options, true);

@@ -203,0 +202,0 @@ }

{
"name": "@conflict/beta",
"version": "0.9.21",
"version": "0.9.22",
"description": "The first and only UI framework for Discord bots",

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

@@ -123,2 +123,3 @@ import Discord from 'discord.js';

this.applyTo = async function (channel, options, isInteraction, isVercel) {
console.log(this, JSON.stringify(this, null, 4), this.constructor.name);
if (isVercel) {

@@ -125,0 +126,0 @@ console.log('isVercel');

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