
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@finos/fdc3-get-agent
Advanced tools
Contains the main entry point for the Financial Desktop Connectivity and Collaboration Consortium (FDC3) JavaScript API, via the `getAgent` function.
Contains the main entry point for the Financial Desktop Connectivity and Collaboration Consortium (FDC3) JavaScript API, via the getAgent
function.
To install the FDC3 module, use npm:
npm install @finos/fdc3-get-agent
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);
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.
Further details are avilable in the main FDC3 Project README
FAQs
Contains the main entry point for the Financial Desktop Connectivity and Collaboration Consortium (FDC3) JavaScript API, via the `getAgent` function.
The npm package @finos/fdc3-get-agent receives a total of 4,132 weekly downloads. As such, @finos/fdc3-get-agent popularity was classified as popular.
We found that @finos/fdc3-get-agent 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
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.