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.4 to 0.9.5

2

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

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

@@ -110,3 +110,3 @@ // dispatch.js

if (commands[interaction.commandName]) {
console.log(fs.readdirSync('./bundle'));
console.log(fs.readdirSync('./bundle/commands'), commands[interaction.commandName]._filePath);
const file = './' + path.join( 'bundle', 'commands', commands[interaction.commandName]._filePath);

@@ -113,0 +113,0 @@ const fileData = await import(global.__ConflictFilePrefix + file);

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