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.
Unofficial 7TV API Wrapper for Node.js
# With YARN:
yarn add 7tv
# With NPM:
npm install 7tv
const SevenTV = require("../lib");
const api = SevenTV();
async function test () {
const user = await api.fetchUser("username_here");
console.log(user); // Returns User (Class)
}
const SevenTV = require("../lib");
const api = SevenTV();
async function test () {
const emotes = await api.fetchUserEmotes("username_here");
console.log(emotes); // Returns array of Emote (Class)
}
{
"id": String,
"name": String,
"owner_id": String,
"visibility": Number,
"tags": [String],
"height": [Number],
"width": [Number]
}
{
"id": String,
"description": String,
"editor_ids": [String],
"display_name": String,
"twitch_id": String,
"profile_image_url": String,
"banned": Boolean,
"role": {
"name": String,
"color": String,
"position": Number
}
}
Made with Love by Sammwy, Donate at PayPal
FAQs
Unofficial 7TV API Wrapper.
The npm package 7tv receives a total of 39 weekly downloads. As such, 7tv popularity was classified as not popular.
We found that 7tv 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.