Socket
Socket
Sign inDemoInstall

discordx

Package Overview
Dependencies
Maintainers
1
Versions
617
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discordx - npm Package Compare versions

Comparing version 11.1.0 to 11.1.1

2

build/cjs/decorators/decorators/ContextMenu.d.ts

@@ -17,2 +17,2 @@ import type { MethodDecoratorEx } from "@discordx/internal";

type: Exclude<ApplicationCommandType, ApplicationCommandType.ChatInput>;
}, "description">): MethodDecoratorEx;
}, "description" | "descriptionLocalizations">): MethodDecoratorEx;

@@ -20,4 +20,7 @@ "use strict";

botIds: options.botIds,
defaultMemberPermissions: options.defaultMemberPermissions,
dmPermission: options.dmPermission,
guilds: options.guilds,
name: options.name ?? key,
nameLocalizations: options.nameLocalizations,
type: options.type,

@@ -24,0 +27,0 @@ }).decorate(target.constructor, key, target[key]);

@@ -17,2 +17,2 @@ import type { MethodDecoratorEx } from "@discordx/internal";

type: Exclude<ApplicationCommandType, ApplicationCommandType.ChatInput>;
}, "description">): MethodDecoratorEx;
}, "description" | "descriptionLocalizations">): MethodDecoratorEx;

@@ -17,4 +17,7 @@ import { ApplicationCommandType } from "discord.js";

botIds: options.botIds,
defaultMemberPermissions: options.defaultMemberPermissions,
dmPermission: options.dmPermission,
guilds: options.guilds,
name: options.name ?? key,
nameLocalizations: options.nameLocalizations,
type: options.type,

@@ -21,0 +24,0 @@ }).decorate(target.constructor, key, target[key]);

{
"name": "discordx",
"version": "11.1.0",
"version": "11.1.1",
"private": false,

@@ -65,8 +65,8 @@ "description": "Create a discord bot with TypeScript and Decorators!",

"@discordx/importer": "^1.1.10",
"@types/jest": "^28.1.6",
"@types/jest": "^28.1.7",
"@types/lodash": "^4.14.182",
"@types/node": "^18.6.4",
"discord.js": "^14.1.2",
"@types/node": "^18.7.5",
"discord.js": "^14.2.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",

@@ -73,0 +73,0 @@ "typescript": "^4.7.4"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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