
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
@openfin/fdc3-api
Advanced tools
OpenFin FDC3 Client Library.
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
OpenFin fdc3 module utilities and types.
The npm package @openfin/fdc3-api receives a total of 263 weekly downloads. As such, @openfin/fdc3-api popularity was classified as not popular.
We found that @openfin/fdc3-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 58 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.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.