Socket
Socket
Sign inDemoInstall

@episodehunter/thetvdb

Package Overview
Dependencies
18
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

1

dist/custom-erros.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Timeout = exports.NotFound = void 0;
class NotFound extends Error {

@@ -4,0 +5,0 @@ constructor(msg) {

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
var the_tv_db_1 = require("./the-tv-db");
exports.TheTvDb = the_tv_db_1.TheTvDb;
Object.defineProperty(exports, "TheTvDb", { enumerable: true, get: function () { return the_tv_db_1.TheTvDb; } });
__exportStar(require("./types"), exports);
var custom_erros_1 = require("./custom-erros");
exports.NotFound = custom_erros_1.NotFound;
Object.defineProperty(exports, "NotFound", { enumerable: true, get: function () { return custom_erros_1.NotFound; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ensureArray = exports.handelHttpError = exports.getHigestRating = exports.TheTvDb = void 0;
const node_fetch_1 = require("node-fetch");

@@ -4,0 +5,0 @@ const custom_erros_1 = require("./custom-erros");

12

package.json
{
"name": "@episodehunter/thetvdb",
"description": "Helper lib for thetvdb api",
"version": "4.0.2",
"version": "4.0.3",
"scripts": {

@@ -23,7 +23,7 @@ "prepare": "npm run build",

"devDependencies": {
"@types/jest": "25.2.1",
"jest": "25.3.0",
"@types/jest": "25.2.3",
"jest": "26.1.0",
"simple-spy": "3.0.1",
"ts-jest": "25.3.1",
"typescript": "3.8.3"
"ts-jest": "26.1.3",
"typescript": "3.9.7"
},

@@ -44,3 +44,3 @@ "homepage": "https://github.com/episodehunter/episodehunter/packages/thetvdb",

},
"gitHead": "d30edfe6c541f32543f823000e2b012d39880687"
"gitHead": "05d7fbdfc4d7ee6e9ea4d92517f8c1a90b964964"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc