New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@notenoughupdates/discord-akairo

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notenoughupdates/discord-akairo - npm Package Compare versions

Comparing version 9.1.3-dev.1655341685.1230a9d to 9.1.3-dev.1655382391.87cd576

2

dist/package.json
{
"name": "@notenoughupdates/discord-akairo",
"version": "9.1.3-dev.1655341685.1230a9d",
"version": "9.1.3-dev.1655382391.87cd576",
"description": "A highly customizable bot framework for Discord.js.",

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

@@ -7,3 +7,3 @@ import { CommandUtil } from "./struct/commands/CommandUtil.js";

* Utilities for command responding.
* Available on all messages after 'all' inhibitors and built-in inhibitors (bot, client).
* Available on all messages after `'all'` inhibitors and built-in inhibitors (bot, client).
* Not all properties of the util are available, depending on the input.

@@ -10,0 +10,0 @@ * */

@@ -33,2 +33,3 @@ "use strict";

exports.version = exports.Util = exports.Constants = exports.ClientUtil = void 0;
/* eslint-disable @typescript-eslint/no-unused-vars */
const package_json_1 = __importDefault(require("../package.json"));

@@ -35,0 +36,0 @@ __exportStar(require("./struct/AkairoClient.js"), exports);

{
"name": "@notenoughupdates/discord-akairo",
"version": "9.1.3-dev.1655341685.1230a9d",
"version": "9.1.3-dev.1655382391.87cd576",
"description": "A highly customizable bot framework for Discord.js.",

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

@@ -0,1 +1,2 @@

/* eslint-disable @typescript-eslint/no-unused-vars */
import packageJSON from "../package.json";

@@ -5,3 +6,2 @@ import { CommandUtil } from "./struct/commands/CommandUtil.js";

declare module "discord.js" {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export interface Message<Cached extends boolean = boolean> extends Base {

@@ -11,3 +11,3 @@ /**

* Utilities for command responding.
* Available on all messages after 'all' inhibitors and built-in inhibitors (bot, client).
* Available on all messages after `'all'` inhibitors and built-in inhibitors (bot, client).
* Not all properties of the util are available, depending on the input.

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

export * as Util from "./util/Util.js";
/**

@@ -47,0 +48,0 @@ * The version of the library.

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