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 0.0.2 to 0.0.3

9

dist/tmdb.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const account_1 = require("./endpoints/account");
const config_1 = __importDefault(require("./config"));
const certification_1 = require("./endpoints/certification");

@@ -29,7 +25,2 @@ const changes_1 = require("./endpoints/changes");

exports.default = TMDB;
(async () => {
const tmdb = new TMDB(config_1.default.accessToken);
const result = await tmdb.credits.getById('52542282760ee313280017f9');
console.log(result);
})();
//# sourceMappingURL=tmdb.js.map

2

package.json
{
"name": "tmdb-ts",
"version": "0.0.2",
"version": "0.0.3",
"description": "TMDB v3 library wrapper",

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

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