Interface NpmAuditQuickResult

Quick audit response — returns only vulnerability counts by severity.

interface NpmAuditQuickResult {
    metadata: NpmAuditMetadata;
    wheres: Record<string, unknown>;
}

Properties

Properties

wheres: Record<string, unknown>