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
66
Versions
580
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.

npmnpm
Version
44.100.62
Version published
Weekly downloads
4.1K
-77.94%
Maintainers
66
Weekly downloads
 
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.

** This package has been deprecated. Please use the InteropClient.getFDC3 method instead. **

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 09 Dec 2025

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