
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
@socialgorithm/tournament-server
Advanced tools
Game-agnostic tournament server
An online version of this server is always running at server.socialgorithm.org, deployed using DigitalOcean.
To run locally:
$ npx @socialgorithm/tournament-server -h
tournament-server v10.0.0
Socialgorithm Tournament Server
Options
...
Clone the repo locally and run npm install
. Once dependencies are installed you can run:
$ npm run start:dev
This will run the typescript compiler and start the server, restarting the server whenever a file changes.
The server uses the debug
library to aid debugging. Simply run:
DEBUG=sg:* npm run start:dev
This will enable verbose logging of Socialgorithm related messages (use *
to log everything).
FAQs
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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.