
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
@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 353 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.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.