
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
bloxlink-api-sdk
Advanced tools
Official Node.js API wrapper for interacting with the Bloxlink API.
Official Node.js API wrapper for interacting with the Bloxlink API.
bloxlink-api-sdk is the official Node module for Bloxlink's API written in TypeScript. It offers full coverage of the Bloxlink API and will support future updates.
Note: Some features may require premium or privileged API keys. Consult the Bloxlink Developer Portal for more information.
The Bloxlink API is divided into the guild and global APIs. As such, we offer two client classes respectively: GuildAPIClient
and GlobalAPIClient
.
const Bloxlink = require("bloxlink-api-sdk");
const bloxlink = new Bloxlink.GuildAPIClient({ apiKey: "BLOXLINK GUILD API KEY", guildId: "SERVER ID" });
const resp = await bloxlink.discordToRoblox("DISCORD USER ID");
console.log(resp);
const Bloxlink = require("bloxlink-api-sdk");
const bloxlink = new Bloxlink.GlobalAPIClient({ apiKey: "BLOXLINK GLOBAL API KEY" });
const resp = await bloxlink.discordToRoblox("DISCORD USER ID");
console.log(resp);
When you create the client class, you supply default API options to use (apiKey and guildId). Optionally, you can specify different API options in the last parameter of the methods to override the default values.
Contributions are welcome! Create a pull request to the dev branch and follow conventional commit formatting. We use ESLint to enforce a consistent code style.
bloxlink-api-sdk is an open-source project licensed under the MIT License.
FAQs
Official Node.js API wrapper for interacting with the Bloxlink API.
The npm package bloxlink-api-sdk receives a total of 9 weekly downloads. As such, bloxlink-api-sdk popularity was classified as not popular.
We found that bloxlink-api-sdk 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.