🚀 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
6
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.2

CHANGELOG.md

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.0";
export declare const VERSION = "3.6.2";
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.0';
exports.VERSION = '3.6.2';
var WildlinkClient = /** @class */ (function () {

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

{
"name": "wildlink-js-client",
"version": "3.6.0",
"description": "A simple JavaScript client library for the Wildlink API (learn more at https://www.wildlink.me/)",
"version": "3.6.2",
"description": "A simple JavaScript client library for the Wildlink API (DEPRECATED)",
"homepage": "https://www.wildlink.me",
"repository": "https://github.com/wildlink/wildlink-js-client.git",
"author": "Vincent Pham <vincentvpham@gmail.com>",
"author": "Wildfire Systems, Inc.",
"license": "MIT",

@@ -9,0 +9,0 @@ "keywords": [

@@ -5,2 +5,6 @@ # wildlink-js-client

## Disclaimer
THIS PROJECT IS DEPRECATED AND NO LONGER PUBLICLY SUPPORTED
## Requirements

@@ -59,3 +63,2 @@

[Here is an example implementation that matches a url to a Supported Merchant Domain](https://github.com/wildlink/wildlink-js-client/tree/master/examples/match-active-domain/)

@@ -116,3 +119,2 @@

### Get Supported Merchants

@@ -261,4 +263,2 @@

## Error Handling

@@ -312,5 +312,4 @@

## Documentation
[v1 Docs](https://github.com/wildlink/wildlink-js-client/tree/master/docs/v1)