Socket
Socket
Sign inDemoInstall

itad-api-client-ts

Package Overview
Dependencies
1
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

dist/index.d.ts
export * from "./types";
export * from "./itad-client";
export { IsThereAnyDealApi } from "./itad-client";
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./itad-client"));
var itad_client_1 = require("./itad-client");
exports.IsThereAnyDealApi = itad_client_1.IsThereAnyDealApi;
//# sourceMappingURL=index.js.map
import { ItadShop, ItadRegions, ItadDeals, ItadGameSearchParams, ItadGameHistorySearchParams, ItadGameDealSearchParams, ItadPlain, ItadGamesInfo, ItadHistoricalGamesInfo, ItadShopPlains, ItadDealsFull, ItadGamePriceSearchParams, ItadCurrentPrices } from "./types";
export default class IsThereAnyDealApi {
export declare class IsThereAnyDealApi {
private readonly BASE_URL;

@@ -4,0 +4,0 @@ private readonly defaultHeaders;

@@ -193,3 +193,3 @@ "use strict";

}
exports.default = IsThereAnyDealApi;
exports.IsThereAnyDealApi = IsThereAnyDealApi;
//# sourceMappingURL=itad-client.js.map
{
"name": "itad-api-client-ts",
"version": "1.0.0",
"version": "1.0.1",
"description": "A typescript api client/library for the IsThereAnyDeal api.",

@@ -5,0 +5,0 @@ "author": "onowrouzi",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc