Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "pack/node/inspection/npmAudit"

Index

Variables

Const npmAuditReviewCategory

npmAuditReviewCategory: "npm audit" = "npm audit"

Functions

mapNpmAuditResultsToReviewComments

  • mapNpmAuditResultsToReviewComments(npmAuditOutput: string): ReviewComment[]

npmAuditInspection

npmAuditReviewComment

  • npmAuditReviewComment(detail: string, rule: string, severity?: Severity): ReviewComment

runNpmAuditOnProject

Object literals

Const NpmAuditAutoInspectRegistration

NpmAuditAutoInspectRegistration: object

Provide an auto inspect registration that runs npm audit and returns a ProjectReview.

inspection

inspection: CodeInspection<ProjectReview, NoParameters> = runNpmAuditOnProject()

name

name: string = "NpmAuditAutoInspection"

pushTest

pushTest: PredicatePushTest = IsNode

Generated using TypeDoc