Socket
Book a DemoInstallSign in
Socket

@finos/fdc3-get-agent

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finos/fdc3-get-agent

Contains the main entry point for the Financial Desktop Connectivity and Collaboration Consortium (FDC3) JavaScript API, via the `getAgent` function.

2.2.1-beta.3
latest
Source
npmnpm
Version published
Weekly downloads
4.2K
-8.73%
Maintainers
4
Weekly downloads
 
Created
Source

FDC3 Agent Proxy

Contains the main entry point for the Financial Desktop Connectivity and Collaboration Consortium (FDC3) JavaScript API, via the getAgent function.

Installation

To install the FDC3 module, use npm:

npm install @finos/fdc3-get-agent

Usage

To use the FDC3 module in your project, import it as follows:

import { getAgent } from '@finos/fdc3-get-agent';
// getAgent() returns the FDC3 Desktop Agent
const fdc3 = await getAgent();

// Example usage
const contact = {
  type: 'fdc3.contact',
  name: 'Jane Doe',
  id: {
    email: 'jane@mail.com'
  }
};

fdc3.raiseIntent('ViewProfile', contact);

Documentation

For detailed documentation and API reference, please visit the official FDC3 documentation.

Contributing

We welcome contributions to the FDC3 project. Please see our contributing guidelines for more information.

License

This project is licensed under the Apache 2.0 License.

Contact

For any questions or support, please reach out to the FDC3 community on our Slack channel or mailing list.

Further Details

Further details are avilable in the main FDC3 Project README

FAQs

Package last updated on 10 Jun 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.