New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@cinemacove/tmdb-client

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cinemacove/tmdb-client

TypeScript client for The Movie Database (TMDB) API.

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

@cinemacove/tmdb-client

TypeScript client for The Movie Database (TMDB) API.

Features

  • ESM + CJS bundles
  • Full type safety
  • Axios-based, easy to mock/test

Install

npm install @cinemacove/tmdb-client

Usage

import TmdbClient from '@cinemacove/tmdb-client/v3';
const tmdb = new TmdbClient('your-api-key');
const movie = await tmdb.movies.getDetails(550);

Attribution Requirement

This library consumes data from the JustWatch API.

⚠️ Attribution Required
Any application displaying data obtained through this library related with watch providers must attribute JustWatch as the data source, in accordance with JustWatch’s API terms.

For instance, if you are using the getWatchProviders method from the MovieEndpoint, you must attribute JustWatch as the data source.

If you do not use those methods to display data, no attribution is required.

Example attribution:

Data provided by JustWatch

Keywords

tmdb

FAQs

Package last updated on 22 Feb 2026

Did you know?

Socket

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.

Install

Related posts