
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
A Node.js module providing a set of interfaces to interact with Discord API.
Requires at least Node.js 4.0.0.
No native modules required to work with audio. Choose from precompiled (default) or node-opus
(optional).
Join #node_discordie in Discord API.
examples/encoderstream.js
)http://qeled.github.io/discordie/
Mirrors inline documentation in files:
lib/interfaces/*.js
lib/models/*.js
lib/voice/*.js
lib/Constants.js
lib/index.js
var Discordie = require("discordie");
var Events = Discordie.Events;
var client = new Discordie();
client.connect({ token: "" });
client.Dispatcher.on(Events.GATEWAY_READY, e => {
console.log("Connected as: " + client.User.username);
});
client.Dispatcher.on(Events.MESSAGE_CREATE, e => {
if (e.message.content == "ping")
e.message.channel.sendMessage("pong");
});
.NET: RogueException/Discord.Net || Luigifan/DiscordSharp || robinhood128/DiscordUnity
Node.js: izy521/discord.io || hydrabolt/discord.js || abalabahaha/eris
Python: Rapptz/discord.py
Ruby: meew0/discordrb
Rust: SpaceManiac/discord-rs
PHP: teamreflex/DiscordPHP || Cleanse/discord-hypertext
Java: austinv11/Discord4J || DV8FromTheWorld/JDA || BtoBastian/Javacord
2017-01-08, Version 0.11.0
IUser.avatarURL
, added IUser.staticAvatarURL
;isGuildVoice
, isGuildText
, isDM
, isGroupDM
getters to channels.FAQs
A Node.js module for interfacing with the Discord API.
The npm package discordie receives a total of 27 weekly downloads. As such, discordie popularity was classified as not popular.
We found that discordie 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
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.