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.
A simple easy to use module for interacting with AdventureQuest 3D API.
npm install aq3d
const { Client } = require('aq3d');
// Create an new instance of the client
const client = new Client();
// Fetch the character information
client.character('0x53')
.then(console.log);
useGameService
Optinal game service connection for adminyells.
timeout
Request Timeout for awaiting a response until it fails. Defaults to
3000 milliseconds.
proxy
Requests through a proxy.
Route | Returns |
---|---|
serverlist() | Promise<Server[]> |
ptrServerList() | Promise<PTRServer[]> |
item() | Promise<Item[]> |
apop() | Promise<APop[]> |
fantasyNames() | Promise<string[]> |
news() | Promise<INews[]> |
customscreen() | Promise<CustomScreen[]> |
dialogue() | Promise<Dialogue> |
character() | Promise<Character> |
FAQs
Easy-To-Use AdventureQuest3D API Wrapper
We found that aq3d 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
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.