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

awesome-commando

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-commando - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

12

package.json
{
"name": "awesome-commando",
"version": "2.0.3",
"version": "2.0.4",
"description": "The official command framework for Discord.js",

@@ -36,11 +36,11 @@ "license": "Apache-2.0",

"devDependencies": {
"@types/node": "^10.12.8",
"@types/node": "^11.9.6",
"discord.js-docgen": "discordjs/docgen",
"eslint": "^5.9.0",
"typescript": "^3.1.6"
"eslint": "^5.14.1",
"typescript": "^3.3.3333"
},
"peerDependencies": {
"@types/better-sqlite3": "^5.2.1",
"better-sqlite3": "^5.3.0",
"awesome-djs": "^13.0.0"
"awesome-djs": "^13.0.4",
"better-sqlite3": "^5.3.0"
},

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

@@ -12,3 +12,3 @@ declare module 'sqlite' {

declare module 'awesome-commando' {
import { Channel, Client, ClientOptions, Collection, DMChannel, Emoji, GroupDMChannel, Guild, GuildChannel, GuildMember, GuildResolvable, Message, MessageAttachment, MessageEmbed, MessageMentions, MessageOptions, MessageReaction, PermissionResolvable, PermissionString, ReactionEmoji, Role, Snowflake, StringResolvable, TextChannel, User, UserResolvable, VoiceState, Webhook } from 'awesome-djs';
import { Channel, Client, ClientOptions, Collection, DMChannel, Emoji, Guild, GuildChannel, GuildMember, GuildResolvable, Message, MessageAttachment, MessageEmbed, MessageMentions, MessageOptions, MessageReaction, PermissionResolvable, PermissionString, ReactionEmoji, Role, Snowflake, StringResolvable, TextChannel, User, UserResolvable, VoiceState, Webhook } from 'awesome-djs';
import { Database as SQLiteDatabase, Statement as SQLiteStatement } from 'sqlite';

@@ -176,3 +176,3 @@ import { Database as SyncSQLiteDatabase, Statement as SyncSQLiteStatement } from 'SyncSqlite';

public readonly author: User;
public readonly channel: TextChannel | DMChannel | GroupDMChannel;
public readonly channel: TextChannel | DMChannel;
public readonly cleanContent: string;

@@ -179,0 +179,0 @@ public readonly client: CommandoClient;

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