PnpmAuditAliases Class

Summary

`pnpm audit` aliases
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["PnpmAuditAliases"] class Type type-node

Syntax

public static class PnpmAuditAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
PnpmAudit(ICakeContext, Action<PnpmAuditSettings>) void
Checks for known security issues with the installed packages using the settings returned by a configurator.
static
PnpmAudit(ICakeContext, PnpmAuditSettings) void
Checks for known security issues with the installed packages using the specified settings
static
PnpmAudit(ICakeContext) void
Checks for known security issues with the installed packages.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin