New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

discord.js

Package Overview
Dependencies
Maintainers
0
Versions
1780
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord.js - npm Package Compare versions

Comparing version 14.17.3-dev.1736101599-df68b469f to 14.17.3-dev.1736104404-15cbca941

4

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "discord.js",
"version": "14.17.3-dev.1736101599-df68b469f",
"version": "14.17.3-dev.1736104404-15cbca941",
"description": "A powerful library for interacting with the Discord API",

@@ -83,4 +83,4 @@ "main": "./src/index.js",

"typescript": "~5.5.4",
"@discordjs/scripts": "^0.1.0",
"@discordjs/api-extractor": "^7.38.1",
"@discordjs/scripts": "^0.1.0",
"@discordjs/docgen": "^0.12.1"

@@ -87,0 +87,0 @@ },

@@ -7,3 +7,3 @@ 'use strict';

module.exports = (client, { d: data }, shard) => {
client.emit(Events.Debug, `[14.7.2 DEBUG] ${JSON.stringify({ data, shard })}`);
client.emit(Events.Debug, `[14.7.2 DEBUG] ${JSON.stringify({ data })}`);
let guild = client.guilds.cache.get(data.id);

@@ -10,0 +10,0 @@ if (guild) {

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