
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.
@vexera/cache
Advanced tools
@vexera/cache is a library for processing Discord state events and updating an external cache accordingly.
const cache = new Cache({
redis,
caches: {
channels: new MongoDB.ChannelCache(db.collection('channels')),
guilds: new MongoDB.GuildCache(db.collection('guilds')),
members: new MongoDB.MemberCache(db.collection('members')),
users: new MongoDB.UserCache(db.collection('users')),
voiceStates: new MongoDB.VoiceStateCache(db.collection('voiceStates')),
},
send(shardID, event) {
shards.get(shardID).send(event);
}
});
shards.on('event', (shardID, event) => {
cache.receive({ ...event, shard_id: shardID });
});
shard_id
field, an integer of the shard id that the event came from.IDENTIFYING
event should be sent when the shard has started identifying with the Discord gateway.FAQs
Discord State Cache
The npm package @vexera/cache receives a total of 0 weekly downloads. As such, @vexera/cache popularity was classified as not popular.
We found that @vexera/cache demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
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.