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.43 to 0.9.44

2

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

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

@@ -147,5 +147,5 @@ // dispatch.js

try {
config = await import(global.__ConflictFilePrefix + process.cwd() + '/conflict.config.js');
config = await import(process.cwd() + '/conflict.config.js');
} catch (err) {
return stump.error('Missing conflict.config.js');
return console.error('Missing conflict.config.js');
}

@@ -152,0 +152,0 @@ let { token, intents, errorHandler, plugins } = config.default;

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc