Socket
Book a DemoInstallSign in
Socket

@imtbl/imx-link-sdk

Package Overview
Dependencies
Maintainers
10
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@imtbl/imx-link-sdk

Immutable X Link SDK

unpublished
latest
Source
npmnpm
Version
2.0.25
Version published
Maintainers
10
Created
Source

Notice: Deprecated, please use new package https://www.npmjs.com/package/@imtbl/imx-sdk

SDK to interact with the Immutable X Link UI.

Usage

yarn add @imtbl/imx-link-sdk
import { Link } from '@imtbl/imx-link-sdk'

async transfer() {
    const link = new Link();
    try {
        await link.transfer();
    } catch (e: Error) {
        console.log('Problem with transfer', e);
    }
}

CHANGELOG

v2.0.1

Changelog since v1.0.148

Changes by Kind

Feature

v1.0.148

Changelog since v1.0.145

Changes by Kind

Feature

  • The Link constructor now supports a second set of options. The presence of these options will convert the link web popup into an iframe - when ever SDK methods are excecuted. jira-ticket
  • The iframe container may be customised by partners using the following options

FAQs

Package last updated on 05 Oct 2021

Did you know?

Socket

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