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

djs-commander

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djs-commander - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

6

CHANGELOG.md

@@ -9,2 +9,8 @@ # Change Log

### Fixed
- Fix README.md validation return message.
## [0.0.33] - 2023-02-19
### Added

@@ -11,0 +17,0 @@

2

package.json
{
"name": "djs-commander",
"version": "0.0.33",
"version": "0.0.34",
"description": "A command and event handler that works seemlessly with Discord.js",

@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts",

@@ -144,2 +144,2 @@ # DJS-Commander: A Library for Discord.js Projects

It's important to return `true` (or any truthy value) if you don't want the command execution to be stopped (this also ensures the next validation queued up is not run).
It's important to return `true` (or any truthy value) if you don't want the command to be executed (this also ensures the next validation that was queued up is not executed).
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