New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@joelhc/tmdb-ts

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@joelhc/tmdb-ts - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

dist/endpoints/discover.d.ts

1

dist/endpoints/index.d.ts

@@ -11,1 +11,2 @@ export * from './account';

export * from './watch-providers';
export * from './discover';

@@ -23,2 +23,3 @@ "use strict";

__exportStar(require("./watch-providers"), exports);
__exportStar(require("./discover"), exports);
//# sourceMappingURL=index.js.map

3

dist/tmdb.d.ts

@@ -1,2 +0,2 @@

import { AccountEndpoint, CertificationEndpoint, ChangeEndpoint, CreditsEndpoint, GenreEndpoint, MoviesEndpoint, SearchEndpoint, TvShowsEndpoint, ConfigurationEndpoint, WatchProvidersEndpoint } from './endpoints';
import { AccountEndpoint, CertificationEndpoint, ChangeEndpoint, CreditsEndpoint, GenreEndpoint, MoviesEndpoint, SearchEndpoint, TvShowsEndpoint, ConfigurationEndpoint, WatchProvidersEndpoint, DiscoverEndpoint } from './endpoints';
export default class TMDB {

@@ -15,2 +15,3 @@ private readonly accessToken;

get watchProviders(): WatchProvidersEndpoint;
get discover(): DiscoverEndpoint;
}

@@ -38,4 +38,7 @@ "use strict";

}
get discover() {
return new endpoints_1.DiscoverEndpoint(this.accessToken);
}
}
exports.default = TMDB;
//# sourceMappingURL=tmdb.js.map
{
"name": "@joelhc/tmdb-ts",
"version": "0.0.12",
"version": "0.0.13",
"description": "TMDB v3 library wrapper",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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