Expand description
isProvenanceError(err: unknown): err is ProvenanceErrorType guard for ProvenanceError. Use in catch blocks to distinguish security failures from transient errors.
isProvenanceError(err: unknown): err is ProvenanceErrorType guard for ProvenanceError. Use in catch blocks to distinguish security failures from transient errors.
Public API barrel for
node-addon-slsa. Consumers import from here; everything re-exported is covered by semver.Two entry points, picked by integration style:
verifyAddonFromFileon each binary the host is about to load.require()s the.nodebinary. Use when postinstall scripts are blocked (e.g. pnpm ≥ 10 default config).Workspace-internal primitives (branded-type constructors, manifest shapes, low-level HTTP/FS helpers) live under
@node-addon-slsa/internaland are not covered by semver.