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

@discordia/default-help

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discordia/default-help - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.2.2](https://github.com/mfasman95/discordia/compare/v1.2.1...v1.2.2) (2020-05-10)
### Bug Fixes
* **default-help:** tweak the default message formatting ([b416522](https://github.com/mfasman95/discordia/commit/b416522dc64f5ee86e740bc178b930c491d4b9cd))
## [1.0.4](https://github.com/mfasman95/discordia/compare/v1.0.3...v1.0.4) (2020-05-10)

@@ -8,0 +19,0 @@

7

lib/index.js

@@ -54,8 +54,5 @@ const DiscordiaAction = require('@discordia/action');

return `${helpMessageBuilder}
-------------------------
**Command**: \`${finalAccessorDescription}\`
* \`${finalAccessorDescription}\` - ${description}`;
}, `${messageStarter}\n`);
${description}`;
}, messageStarter);
return helpMessage;

@@ -62,0 +59,0 @@ };

{
"name": "@discordia/default-help",
"version": "1.2.1",
"version": "1.2.2",
"description": "Default help action for the discordia framework",

@@ -40,3 +40,3 @@ "keywords": [

},
"gitHead": "12fafda30116a572ab88336771bcac9ca41ec82d"
"gitHead": "a8c58ba5194503e117b66a8086cdbe0084183da3"
}

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