You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@openfin/fdc3-api

Package Overview
Dependencies
Maintainers
58
Versions
579
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfin/fdc3-api

OpenFin fdc3 module utilities and types.

latest
npmnpm
Version
36.80.9
Version published
Maintainers
58
Created
Source

OpenFin FDC3 API

OpenFin FDC3 Client Library.

How to use

This package takes a reference to fin and uses the interop client found on fin.me.interop to instantiate an object matching the fdc3 spec.

import { fdc3FromFin } from '@openfin/fdc3-api';

const fdc3 = await fdc3FromFin(window.fin);

window.fdc3 = fdc3;

To specify a version of fdc3 you may pass the fdc3Version option. Supported options are '1.2' and '2.0'. Default is '2.0'.

import { fdc3FromFin } from '@openfin/fdc3-api';

const fdc3 = await fdc3FromFin(window.fin, { fdc3Version: '1.2'});

window.fdc3 = fdc3;

FAQs

Package last updated on 27 Mar 2024

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