Comparing version 0.0.2 to 0.0.3
"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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
12803
27
201