
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
snowtransfer
Advanced tools
Part of the WeatherStack
SnowTransfer is a small library specially made to only cover the REST/HTTP area of the discord api. It makes no assumptions about the rest of your stack, therefore you can use it anywhere as long as you use node 12 or higher.
SnowTransfer is not your everyday library, especially compared to other libraries, it makes sense to use it when you:
I've written a general whitepaper on the idea of microservice bots, which you can find on gist: Microservice Bot Whitepaper
You can find the docs at https://daswolke.github.io/SnowTransfer/
To install SnowTransfer, make sure that you have node 12 or higher and npm installed on your computer.
Then run the following command in a terminal npm install snowtransfer
const { SnowTransfer } = require('snowtransfer');
const client = new SnowTransfer('DISCORD BOT TOKEN');
const request = async () => {
const message = await client.channel.createMessage('channel id', 'hi there');
console.log(message);
};
request().then(() => {
// message was sent to discord
}).catch(e => {
// an error occurred
});
FAQs
Minimalistic Rest client for the Discord Api
The npm package snowtransfer receives a total of 283 weekly downloads. As such, snowtransfer popularity was classified as not popular.
We found that snowtransfer 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.