Socket
Socket
Sign inDemoInstall

@kandy-io/link-config-uae

Package Overview
Dependencies
0
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kandy-io/link-config-uae

Kandy.js UAE Configuration


Version published
Weekly downloads
3
increased by200%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

This package contains standard configuration for the Kandy Link JS SDK to connect to the Kandy platform in the UEA region.

Installation

via npm:

$ npm install @kandy-io/link-config-uae

via yarn:

$ yarn add @kandy-io/link-config-uae

Usage

You can use the package simply by importing it and providing the configuration to the Kandy Link JS SDK.

import { config } from '@kandy-io/link-config-uae'
import { create } from '@kandy-io/link-sdk'

const client = create(config)

// Use the SDK.

The configuration object can also be used as a base for your own custom configuration.

import { config as defaultConfig } from '@kandy-io/link-config-uae'
import { create } from '@kandy-io/link-sdk'

const config = {
  ...defaultConfig,
  logs: {
    logLevel: 'debug'
  }
}

const client = create(config)

// Use the SDK.

See Also

FAQs

Last updated on 12 Jul 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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