Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

discord.js

Package Overview
Dependencies
Maintainers
0
Versions
1724
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 15.0.0-dev.1730808312-1184b38d3 to 15.0.0-dev.1730851913-c34a57b79

12

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "discord.js",
"version": "15.0.0-dev.1730808312-1184b38d3",
"version": "15.0.0-dev.1730851913-c34a57b79",
"description": "A powerful library for interacting with the Discord API",

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

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

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

"@discordjs/api-extractor": "^7.38.1",
"@discordjs/docgen": "^0.12.1",
"@discordjs/scripts": "^0.1.0"
"@discordjs/scripts": "^0.1.0",
"@discordjs/docgen": "^0.12.1"
},

@@ -89,0 +89,0 @@ "engines": {

@@ -291,6 +291,12 @@ 'use strict';

/**
* Options used to fetch a thread owner.
* @typedef {BaseFetchOptions} FetchThreadOwnerOptions
* @property {boolean} [withMember] Whether to also return the guild member associated with this thread member
*/
/**
* Fetches the owner of this thread. If the thread member object isn't needed,
* use {@link ThreadChannel#ownerId} instead.
* @param {BaseFetchOptions} [options] The options for fetching the member
* @returns {Promise<?ThreadMember>}
* @param {FetchThreadOwnerOptions} [options] Options for fetching the owner
* @returns {Promise<ThreadMember>}
*/

@@ -297,0 +303,0 @@ async fetchOwner(options) {

Sorry, the diff of this file is not supported yet

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

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