
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@sodiumlabs/gdapi
Advanced tools
GD API is a module that allows you to easily interact with the Geometry Dash private API. The module documentation is available at https://docs.sodiumlabs.xyz/gdapi.
This module does not include all features of the Geometry Dash API, such as endpoints that require user passwords. However, you can combine it with the knowledge from the unofficial GD docs to access everything if needed.
npm install @sodiumlabs/gdapi@latest
import { GDAPI } from "@sodiumlabs/gdapi";
const gdapi = new GDAPI();
// Get RobTop account
const user = await gdapi.getUserById(71);
console.log(user);
If you don't understand something in the documentation, are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official Discord Server.
FAQs
An unofficial Geometry Dash API wrapper
The npm package @sodiumlabs/gdapi receives a total of 1 weekly downloads. As such, @sodiumlabs/gdapi popularity was classified as not popular.
We found that @sodiumlabs/gdapi demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.