New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 10.1.1 to 10.1.2

3

Interactions/ApplicationCommands.d.ts

@@ -16,3 +16,4 @@ import { Snowflake, Locale } from "../Reference";

options?: Array<ApplicationCommandOption>;
default_permission?: boolean;
default_member_permissions?: string | null;
dm_permission?: boolean | null;
}

@@ -19,0 +20,0 @@

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

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

@@ -42,3 +42,3 @@ import { Snowflake } from "../Reference";

*/
export type AuditLogEvent = 1 | 10 | 11 | 12 | 13 | 14 | 15 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 30 | 31 | 32 | 40 | 41 | 42 | 50 | 51 | 52 | 60 | 61 | 62 | 72 | 73 | 74 | 75 | 80 | 81 | 82 | 83 | 84 | 85 | 90 | 91 | 92 | 100 | 101 | 102 | 110 | 111 | 112;
export type AuditLogEvent = 1 | 10 | 11 | 12 | 13 | 14 | 15 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 30 | 31 | 32 | 40 | 41 | 42 | 50 | 51 | 52 | 60 | 61 | 62 | 72 | 73 | 74 | 75 | 80 | 81 | 82 | 83 | 84 | 85 | 90 | 91 | 92 | 100 | 101 | 102 | 110 | 111 | 112 | 121;

@@ -45,0 +45,0 @@ /**

@@ -18,2 +18,3 @@ import { Snowflake } from "../Reference";

| "RESUMED"
| "APPLICATION_COMMAND_PERMISSIONS_UPDATE"
| "CHANNEL_CREATE"

@@ -20,0 +21,0 @@ | "CHANNEL_UPDATE"

@@ -10,2 +10,3 @@ /**

| "applications.commands.update"
| "applications.commands.permissions.update"
| "applications.entitlements"

@@ -12,0 +13,0 @@ | "bot"

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