Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Xernerx is a class based discord.js framework. [BETA]
It can be customized to be a lightweight handler or a heavy customizable framework that does all the hard work for you
- Slash command handler
- Message command handler
- Context command handler
- Event handler (with custom Events)
- Inhibitor handler
- Extension handler
- Client Utilities
- Message Utilities
- Interaction Utilities
- Message command handles
- Extension support
- ShardClient
import XernerxClient from 'xernerx';
new (class Client extends XernerxClient {
constructor() {
super([discordOptions], [xernerxOptions]);
this.connect('token');
}
})();
There are 5 handlers total
- Command handler, handles message, slash and context commands
- Event handler, has all the Discord.js events and more
- Inhibitor handler, handles conditions before commands are ran globally
- Extension handler, more info here
- Webhook handler, will allow for top.gg to get your stats (needs a rework)
Xernerx supports the ability to use extensions, features not initially included into your code. You can use any extension based on the xernerx-extension-builder package, or make your own with it!
FAQs
A bot framework for discord.js.
The npm package xernerx receives a total of 53 weekly downloads. As such, xernerx popularity was classified as not popular.
We found that xernerx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.