
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
An API made to help developers what works with discord and twitch.
📘 English Readme | 📕 Readme em português
With ArunaBase create a bot capable of running commands, interact with the user, in platforms like Discord and Twitch, other than having a simple and intuitive configuration, its very fast and ease.
npm install arunabase
yarn add arunabase
const { Discord } = require('arunabase');
// or
import { Discord } from 'arunabase';
const client = new Discord.DiscordClient({
botID: '<Bot Id>',
intents: [
Discord.Intents.Flags.MessageContent, // Optional
// ...
],
});
// use client.getCommandManager().generateCommand('Command name', Command parameters); to create a command.
// use client.getCommandManager().registerCommand(command); to register that command.
client.on('ready', () => {
console.log('Bot is ready!');
});
client.login('<Bot token>');
The ArunaBase is distributed with the GNU license. See LICENSE for more details.
Contributions is what makes the open source community an amazing place and its a wonderful place to learn, inspire and create. Any contribution you make will be very much appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)
LoboMetalurgico |
SpaceFox |
Made with 💚 By Aruna™'s team.
All Reserved Rights.
v1.0.0-ALPHA.14
[BREAKING]: Several interfaces were renamed in favor of their namespace usage
IDiscordOptions
-> Discord.IOptions
[BREAKING]: The HTTP
namespace is no longer exported globally
[BREAKING][discord]: The previously deprecated methods were permanently removed
CommandManager#getGlobalCommands
CommandManager#getGlobalCommand
CommandManager#hasGlobalCommand
[BREAKING]: CommandManager
is now a singleton
[BREAKING]: CommandManager
now stores commands in a native Map
instead of a Collection
Collection
is provided by discord.js
[FEAT]: Began the process of abstraction for common functionality
IClientBase
CommandManager
is no longer exclusive to Discord and will be implemented for other clients soon[FEAT]: Introduced the new Common
namespace
[FIX]: Various performance improvements were made
[CHORE]: Bump dependencies
FAQs
An API made to help developers what works with discord and twitch.
The npm package arunabase receives a total of 7 weekly downloads. As such, arunabase popularity was classified as not popular.
We found that arunabase demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.