Socket
Socket
Sign inDemoInstall

@conflict/beta

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conflict/beta - npm Package Compare versions

Comparing version 0.9.50 to 0.9.51

8

bot.js

@@ -153,3 +153,4 @@ import Discord, {

name_localizations: commandData.name_localizations,
description_localizations: commandData.description_localizations
description_localizations: commandData.description_localizations,
...commandData.raw
});

@@ -162,3 +163,4 @@ } else {

name_localizations: commandData.name_localizations,
description_localizations: commandData.description_localizations
description_localizations: commandData.description_localizations,
...commandData.raw
});

@@ -375,2 +377,2 @@ }

});
})();
})();

@@ -39,2 +39,3 @@ import View, { Component } from './view.js'

this.executeFn = execute;
this.raw = {};
}

@@ -41,0 +42,0 @@ execute (command, options, utils) {

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

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

@@ -19,4 +19,2 @@ // Code for running on Vercel. Not part of Conflict server or Conflict build scripts.

console.log(request.headers.host)
const rawBody = JSON.stringify(request.body);

@@ -23,0 +21,0 @@

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