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 5.2.6 to 5.3.0-dev.1628712501

LICENSE

2

build/decorators/classes/DSlash.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DSlash = void 0;
const enums_1 = require("discord.js/typings/enums");
const __1 = require("../..");

@@ -88,2 +89,3 @@ const Method_1 = require("./Method");

defaultPermission: this.defaultPermission,
type: enums_1.ApplicationCommandTypes.CHAT_INPUT,
};

@@ -90,0 +92,0 @@ }

16

package.json
{
"name": "discordx",
"version": "5.2.6",
"version": "5.3.0-dev.1628712501",
"description": "Create your discord bot by using TypeScript and decorators!",

@@ -12,4 +12,3 @@ "main": "build/index.js",

"test": "jest --detectOpenHandles",
"publish:module": "sh ./publish.sh",
"publish:docs": "cd docs && sh ./deploy.sh"
"lint": "eslint src"
},

@@ -38,9 +37,8 @@ "bugs": {

"dependencies": {
"discord.js": "^13.0.1",
"discord.js": "^13.1.0-dev.1628683680.75b48d8",
"glob": "^7.1.7"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.23",
"@types/node": "^16.4.13",
"@types/glob": "^7.1.4",
"@types/node": "^16.4.14",
"@typescript-eslint/eslint-plugin": "^4.29.1",

@@ -54,5 +52,5 @@ "@typescript-eslint/parser": "^4.29.1",

"ts-node": "^10.2.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
"tslib": "^2.3.0",
"typescript": "^4.3.5"
}
}

@@ -24,3 +24,3 @@ <p align="center">

This library allows you to use TypeScript decorators on discord.**js**, it simplify your code and improve the readability !
This library allows you to use TypeScript decorators on discord.**js**, it simplifies your code and improves the readability!

@@ -27,0 +27,0 @@ # 📜 Documentation

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