Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tmdb-ts

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmdb-ts - npm Package Compare versions

Comparing version 1.6.1 to 1.7.1

4

dist/endpoints/trending.d.ts

@@ -1,6 +0,6 @@

import { TrendingMediaType, TimeWindow, TrendingResults, LanguageOption } from '../types';
import { TrendingMediaType, TimeWindow, TrendingResults, LanguageOption, PageOption } from '../types';
import { BaseEndpoint } from './base';
export declare class TrendingEndpoint extends BaseEndpoint {
constructor(accessToken: string);
trending<T extends TrendingMediaType>(mediaType: T, timeWindow: TimeWindow, options?: LanguageOption): Promise<TrendingResults<T>>;
trending<T extends TrendingMediaType>(mediaType: T, timeWindow: TimeWindow, options?: LanguageOption & PageOption): Promise<TrendingResults<T>>;
}

@@ -16,2 +16,3 @@ export interface ImageConfiguration {

W300 = "w300",
W500 = "w500",
W780 = "w780",

@@ -18,0 +19,0 @@ W1280 = "w1280",

{
"name": "tmdb-ts",
"version": "1.6.1",
"version": "1.7.1",
"description": "TMDB v3 library wrapper",

@@ -20,3 +20,3 @@ "main": "dist/index.js",

"type": "git",
"url": "git+https://github.com/blakejoy/tmdb-ts.git"
"url": "https://github.com/blakejoy/tmdb-ts.git"
},

@@ -23,0 +23,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc