🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

wildlink-js-client

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wildlink-js-client - npm Package Compare versions

Comparing version

to
3.6.4

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [3.6.4] - 2025-01-02
### Added
- Added `PurchaseConfirmation` to `StandDownPolicy`
## [3.6.3] - 2024-06-17

@@ -12,0 +18,0 @@

2

lib/index.d.ts
import request from './helpers/request';
import { ApplicationErrorResponse } from './helpers/error';
import { ApiHeaders, Device, ActiveDomain, AlternateDomain, Vanity, UrlBaseConfig, Sender, PartnerSender, ActiveDomainMerchant, Merchant, Category, MerchantImage, FeaturedMerchantCategory, MerchantRateDetail, StandDownPolicy, DeviceXIDSource, DeviceXIDResponse, DeviceMetadata, IGiftCardLink, IGiftCardRedeemableBalance, IGiftCardLinksResponse } from './types/api';
export declare const VERSION = "3.6.3";
export declare const VERSION = "3.6.4";
export declare class WildlinkClient {

@@ -6,0 +6,0 @@ protected applicationId: number;

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

// we track the version this way because importing the package.json causes issues
exports.VERSION = '3.6.3';
exports.VERSION = '3.6.4';
var WildlinkClient = /** @class */ (function () {

@@ -54,0 +54,0 @@ function WildlinkClient(secret, applicationId, _a) {

@@ -99,2 +99,3 @@ export interface ActiveDomain {

LostAttribution: string[];
PurchaseConfirmation: string[];
MaxPopCounts: {

@@ -101,0 +102,0 @@ [Domain: string]: number;

{
"name": "wildlink-js-client",
"version": "3.6.3",
"version": "3.6.4",
"description": "A simple JavaScript client library for the Wildlink API (DEPRECATED)",

@@ -5,0 +5,0 @@ "homepage": "https://www.wildlink.me",