Module: Package::Audit::Const::File

Defined in:
lib/package/audit/const/file.rb

Constant Summary collapse

CONFIG =
'.package-audit.yml'
GEMFILE =
'Gemfile'
GEMFILE_LOCK =
'Gemfile.lock'
PACKAGE_JSON =
'package.json'
PACKAGE_LOCK_JSON =
'package-lock.json'
YARN_LOCK =
'yarn.lock'