Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / emitSupplyChainAudit

Function: emitSupplyChainAudit()

ts
function emitSupplyChainAudit(event): void;

Defined in: packages/security/src/supply-chain/audit-emitter.ts:80

Emit an event to every subscriber. Listeners that throw are isolated.

Parameters

ParameterType
eventSupplyChainAuditEvent

Returns

void

Stable