Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
MAGE is a Game Server Framework for Node.js. It allows game developers to quickly create highly interactive games that are performant and scalable.
See our user documentation for more details.
We officially support the following client-side SDKs:
Name | Language | Location |
---|---|---|
mage-js-sdk | JavaScript (browser) | GitHub |
mage-sdk-unity | C# (For Unity) | GitHub |
# Replace my-gameserver with how you wish to name your game
export NODE_ENV=development
npx mage create my-gameserver
cd my-gameserver
Then follow the indications on screen as they appear.
# Replace my-gameserver with how you wish to name your game
set-item env:NODE_ENV=development
npx mage create my-gameserver
cd my-gameserver
Then follow the indications on screen as they appear.
Optionally, you may also create a TypeScript project. Simply
add the --typescript
flag to the previous npm
command.
npx mage create my-gameserver --typescript
FAQs
MAGE game development platform for Node.js
The npm package mage receives a total of 135 weekly downloads. As such, mage popularity was classified as not popular.
We found that mage demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.