
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
@mharj/the-movie-database-client
Advanced tools
This is a limited client for The Movie Database API.
Currently only the v3 API is supported for the following methods:
All methods are using Rust style Result type to indicate success or failure. (or use .unwrap() to get the value or throw an error)
npm install @mharj/the-movie-database-client
import {TheMovieDatabaseV3} from '@mharj/the-movie-database-client';
const client = new TheMovieDatabaseV3('your-api-key'); // key can be value, Promised value or a function that returns either
const movieSearchList: MovieSearchV3Response = (await client.searchMovies({query: 'James Bond'})).unwrap();
const movieDetails: MovieDetailV3Response = (await client.getMovieDetails(movieSearchList.results[0].id)).unwrap();
const tvSearchList: TvShowSearchV3Response = (await client.searchTvShows({query: 'Ring'})).unwrap();
const tvDetails: TvShowDetailV3Response = (await client.getTvShowDetails(tvSearchList.results[0].id)).unwrap();
FAQs
The Movie Database API client
The npm package @mharj/the-movie-database-client receives a total of 0 weekly downloads. As such, @mharj/the-movie-database-client popularity was classified as not popular.
We found that @mharj/the-movie-database-client 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.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.