
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
geometry-dash-wrapper
Advanced tools
Geometry Dash wrapper
geometry-dash-wrapper
is a module that is wrapping Geometry Dash and getting data from it.
Based on Fakeman Cat's code
let GD = require('geometry-dash-wrapper');
let gd = new GD({
username: 'nitrojs',
password: '31D9A62f5a4785',
});
await gd.login();
/* ... */
let michigun = await gd.api.getUser('Michigun'); // => Promise<User>
let nitrojs = await gd.api.getUser('nitrojs'); // => Promise<User>
Parameters:
Key | Description |
---|---|
nickname | User's nickname |
let michigun = await gd.api.getUserById(34499); // => Promise<User>
Parameters:
Key | Description |
---|---|
id | User's account ID |
let level = await gd.api.getLevel(28880191); // => Promise<Level>
Parameters:
Key | Description |
---|---|
id | Level's ID |
params | Optional parameters |
let users = await gd.api.findUsers('michi'); // => Promise<Responses.IFindUsersResponse>
Parameters:
Key | Description |
---|---|
nick | User's nickname |
page | Page |
let levels = await gd.api.findLevels('Bloodbath', { difficulty: 'demon' }); // => Promise<Responses.IFindLevelsResponse>
Parameters:
Key | Description |
---|---|
name | Levels's name |
params | Optional parameters |
FAQs
Geometry Dash wrapper
The npm package geometry-dash-wrapper receives a total of 0 weekly downloads. As such, geometry-dash-wrapper popularity was classified as not popular.
We found that geometry-dash-wrapper 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.