Socket
Socket
Sign inDemoInstall

discord-slim

Package Overview
Dependencies
4
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.6 to 1.1.7

2

lib/client.js

@@ -226,3 +226,3 @@ "use strict";

else {
RequestError({ code, message: response?.message || response?.error || '' });
RequestError({ code, message: response ? (response.message || response.error || '') : '' });
}

@@ -229,0 +229,0 @@ }

{
"name": "discord-slim",
"version": "1.1.6",
"version": "1.1.7",
"description": "Lightweight Discord client for Node.js.",

@@ -5,0 +5,0 @@ "author": "Hanabishi",

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