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

discord-typings

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-typings - npm Package Compare versions

Comparing version 9.0.5 to 9.0.6

7

index.d.ts

@@ -526,2 +526,3 @@ export type Snowflake = string;

default_auto_archive_duration: number | null;
create_timestamp?: string;
}

@@ -956,2 +957,4 @@

message?: MessageData;
locale?: string;
guild_locale?: string;
}

@@ -1006,3 +1009,3 @@

components?: Array<MessageComponentData>;
attachments: Array<AttachmentData>;
attachments?: Array<AttachmentData>;
}

@@ -1097,3 +1100,3 @@

export type GuildPreviewData = Pick<GuildData, "id" | "name" | "icon" | "splash" | "discovery_splash" | "emojis" | "features" | "approximate_member_count" | "approximate_presence_count" | "description">;
export type GuildPreviewData = Pick<GuildData, "id" | "name" | "icon" | "splash" | "discovery_splash" | "emojis" | "features" | "approximate_member_count" | "approximate_presence_count" | "description" | "stickers">;

@@ -1100,0 +1103,0 @@ /*

{
"name": "discord-typings",
"version": "9.0.5",
"version": "9.0.6",
"description": "Typings for data returned by Discord (unofficial)",

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

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