
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@finos/fdc3-commonjs
Advanced tools
This is the CommonJS module version of the Financial Desktop Connectivity and Collaboration Consortium (FDC3) javascript API.
This is the CommonJS module version of the Financial Desktop Connectivity and Collaboration Consortium (FDC3) javascript API.
CommonJS is no longer the recommended module system for JavaScript. We recommend using the FDC3 ES6 module at @finos/fdc3
instead. The FDC3 CommonJS module is provided for compatibility with older projects that use CommonJS.
To install the FDC3 CommonJS module, use npm:
npm install @finos/fdc3-commonjs
To use the FDC3 CommonJS module in your project, require it as follows:
const fdc3CommonJs = require('@finos/fdc3-commonjs');
// getAgent() returns the FDC3 Desktop Agent
const fdc3 = fdc3CommonJs.getAgent();
// Example usage
const contact = {
type: 'fdc3.contact',
name: 'Jane Doe',
id: {
email: 'jane@mail.com'
}
};
fdc3.raiseIntent('ViewProfile', contact);
For detailed documentation and API reference, please visit the official FDC3 documentation.
We welcome contributions to the FDC3 project. Please see our contributing guidelines for more information.
This project is licensed under the Apache 2.0 License.
For any questions or support, please reach out to the FDC3 community on our Slack channel or mailing list.
FAQs
This is the CommonJS module version of the Financial Desktop Connectivity and Collaboration Consortium (FDC3) javascript API.
We found that @finos/fdc3-commonjs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.