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

@discordia/framework

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discordia/framework - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3-alpha.0

9

lib/index.js

@@ -215,4 +215,4 @@ const { isString, isArray, isFunction, isBoolean, isNull } = require('lodash');

* @param {Array<string>} userArgs Everything in the message after the userAction as an Array
* @param {any} msg The discord.js message object that triggered this action
* - https://discord.js.org/#/docs/main/stable/class/Message
* @param {any} msg The <a href="https://discord.js.org/#/docs/main/stable/class/Message">discord.js
* message object</a> that triggered this action
* @memberof DiscordiaFramework

@@ -253,5 +253,4 @@ */

* as a missing action.
*
* @param {any} msg The discord.js message object that triggered this action
* - https://discord.js.org/#/docs/main/stable/class/Message
* @param {any} msg The <a href="https://discord.js.org/#/docs/main/stable/class/Message">discord.js
* message object</a> that triggered this action
* @returns {boolean} Returns whether or not the action was handled

@@ -258,0 +257,0 @@ * @memberof DiscordiaFramework

{
"name": "@discordia/framework",
"version": "0.2.2",
"version": "0.2.3-alpha.0",
"description": "The main discordia framework",

@@ -30,5 +30,5 @@ "keywords": [

"dependencies": {
"@discordia/action": "^0.2.2",
"@discordia/action": "^0.2.3-alpha.0",
"@discordia/debug": "^0.2.2",
"@discordia/default-help": "^0.2.2",
"@discordia/default-help": "^0.2.3-alpha.0",
"chalk": "^4.0.0",

@@ -46,3 +46,3 @@ "discord.js": "^12.2.0",

},
"gitHead": "b61be01e1535487da19f2cf6513d3444439e40d2"
"gitHead": "297e2ba276becdfc8be11e90d2459fe50f212682"
}
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