
Product
A Fresh Look for the Socket Dashboard
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
@francescodevalerio/tmdb-ts
Advanced tools
Typescript library wrapper of TMDB API v3 .
Forked from tmsb-ts! Thanks!
This uses new jwt authentication token for requests so there is no need to append api key to the url. Once you have registered for access to the api you can use your access token as follows:
Installation:
npm install --save tmdb-ts
Version 1.0 removed the default import so make sure you update accordingly!
import { TMDB } from 'tmdb-ts';
const tmdb = new TMDB('accessToken');
try {
const movies = await tmdb.search.movies({ query: 'American Pie' });
console.log(movies);
} catch(err) {
// handle error
}
FAQs
TMDB v3 library wrapper
The npm package @francescodevalerio/tmdb-ts receives a total of 3 weekly downloads. As such, @francescodevalerio/tmdb-ts popularity was classified as not popular.
We found that @francescodevalerio/tmdb-ts 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
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Industry Insights
Terry O’Daniel, Head of Security at Amplitude, shares insights on building high-impact security teams, aligning with engineering, and why AI gives defenders a fighting chance.
Security News
MCP spec updated with structured tool output, stronger OAuth 2.1 security, resource indicators, and protocol cleanups for safer, more reliable AI workflows.