🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More →

discord.js

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord.js - npm Package Compare versions

Comparing version

to
15.0.0-dev.1731629556-677517545

{
"$schema": "https://json.schemastore.org/package.json",
"name": "discord.js",
"version": "15.0.0-dev.1731413115-e2df0e0db",
"version": "15.0.0-dev.1731629556-677517545",
"description": "A powerful library for interacting with the Discord API",

@@ -63,6 +63,6 @@ "main": "./src/index.js",

"undici": "6.19.8",
"@discordjs/rest": "^2.4.0",
"@discordjs/formatters": "^0.5.0",
"@discordjs/ws": "^2.0.0",
"@discordjs/rest": "^2.4.0",
"@discordjs/util": "^1.1.1"
"@discordjs/util": "^1.1.1",
"@discordjs/ws": "^2.0.0"
},

@@ -84,4 +84,4 @@ "devDependencies": {

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

@@ -88,0 +88,0 @@ },

@@ -63,2 +63,3 @@ 'use strict';

['USER_UPDATE', require('./USER_UPDATE')],
['VOICE_CHANNEL_EFFECT_SEND', require('./VOICE_CHANNEL_EFFECT_SEND')],
['VOICE_SERVER_UPDATE', require('./VOICE_SERVER_UPDATE')],

@@ -65,0 +66,0 @@ ['VOICE_STATE_UPDATE', require('./VOICE_STATE_UPDATE')],

@@ -209,2 +209,3 @@ 'use strict';

exports.UserContextMenuCommandInteraction = require('./structures/UserContextMenuCommandInteraction');
exports.VoiceChannelEffect = require('./structures/VoiceChannelEffect');
exports.VoiceChannel = require('./structures/VoiceChannel');

@@ -211,0 +212,0 @@ exports.VoiceRegion = require('./structures/VoiceRegion');

@@ -593,4 +593,9 @@ /* eslint-disable max-len */

/**
* @external VoiceChannelEffectSendAnimationType
* @see {@link https://discord-api-types.dev/api/discord-api-types-v10/enum/VoiceChannelEffectSendAnimationType}
*/
/**
* @external WebhookType
* @see {@link https://discord-api-types.dev/api/discord-api-types-v10/enum/WebhookType}
*/

@@ -75,2 +75,3 @@ 'use strict';

* @property {string} UserUpdate userUpdate
* @property {string} VoiceChannelEffectSend voiceChannelEffectSend
* @property {string} VoiceServerUpdate voiceServerUpdate

@@ -158,2 +159,3 @@ * @property {string} VoiceStateUpdate voiceStateUpdate

UserUpdate: 'userUpdate',
VoiceChannelEffectSend: 'voiceChannelEffectSend',
VoiceServerUpdate: 'voiceServerUpdate',

@@ -160,0 +162,0 @@ VoiceStateUpdate: 'voiceStateUpdate',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display