
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@aloima/elisjs
Advanced tools
A functional Discord API wrapper focused on stability and performance.
A functional Discord API wrapper focused on stability and performance.
Has a documentation but too bad so I didn't give its link.
const elisjs = require("elisjs");
const client = elis.create("your token" {
compress: true // default value is false, enables zlib-stream parsing.
});
client.events.ready = (() => {
client.user.presence.setStatus("dnd");
client.user.presence.addActivity({
name: "activity name",
type: 0
});
});
client.events.messageCreate = (async (message) => {
await message.channel.send(`this message written by <@!${message.author.id}>.`);
});
client.login();
You can use zlib-sync
package for compress
option for now.
You can take support in this server in #elisjs-support.
FAQs
A functional Discord API wrapper focused on stability and performance.
We found that @aloima/elisjs demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.