New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.0.12 to 0.0.13

2

dist/types/credits.d.ts

@@ -93,3 +93,3 @@ import { Person } from './';

}
export interface Images {
export interface CreditImages {
id: number;

@@ -96,0 +96,0 @@ backdrops: Backdrop[];

export * from './certification';
export * from './credits';
export * from './configuration';
export * from './changes';

@@ -4,0 +5,0 @@ export * from './movies';

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

__exportStar(require("./credits"), exports);
__exportStar(require("./configuration"), exports);
__exportStar(require("./changes"), exports);

@@ -17,0 +18,0 @@ __exportStar(require("./movies"), exports);

{
"name": "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

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