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.1.5 to 0.1.6

2

bot.js

@@ -140,3 +140,3 @@ import Discord, {

.setTitle('Command Error')
.setDescription('```' + err.stack + '``` ' + file)
.setDescription(file + ' ```' + err.stack + '```')
.setTimestamp()

@@ -143,0 +143,0 @@ ] });

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

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

@@ -46,3 +46,3 @@ import fs from 'fs';

lines[3],
'//' + ' '.repeat(col - 3) + '^ ' + error.message + ' (:' + line + ':' + col + ')',
'//' + ' '.repeat(col - 3) + '^ ' + error.split('\n')[0] + ' (:' + line + ':' + col + ')',
lines[4],

@@ -49,0 +49,0 @@ lines[5],

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