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.
@untidy/thetvdb
Advanced tools
A lightweight and fully-typed client for accessing the TheTVDB API V4 for Node.js. This package provides a simple and intuitive interface for querying multiple API endpoints.
Note
This is an unofficial package and is not affiliated with or endorsed by TheTVDB. However, it uses the official TheTVDB API endpoints to retrieve information.
fetch
module from Node.js for making HTTP requestsYou can install @untidy/thetvdb
package using your preferred package manager:
With npm:
npm install @untidy/thetvdb
With yarn:
yarn add @untidy/thetvdb
With pnpm:
pnpm add @untidy/thetvdb
@untidy/thetvdb
is easy to use, simply create an instance of the TheTVDB class with your API
token, and call any of the available methods to retrieve data from the TheTVDB API.
Example usage:
import { TheTVDB } from '@untidy/thetvdb';
const client = new TheTVDB('access token');
const { data } = await client.characterById('64140522');
console.log(data);
@untidy/thetvdb
is licensed under the
Apache-2.0 license - ©
2023, 2024 falsepopsky.
FAQs
Client library for TheTVDB API in Node.js
The npm package @untidy/thetvdb receives a total of 4 weekly downloads. As such, @untidy/thetvdb popularity was classified as not popular.
We found that @untidy/thetvdb 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
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.