Skip to content

Commit d3de667

Browse files
update package version, npm audit fix, lint fix
1 parent 94cc772 commit d3de667

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

lib/audit.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ const PARTIAL_RETRY_ERROR_MSG = {
1414

1515
function audit(pm, config, reporter) {
1616
const auditor = pm === "npm" ? npmAuditer : yarnAuditer;
17-
const { "pass-enoaudit": passENoAudit, "retry-count": maxRetryCount } =
18-
config;
17+
const {
18+
"pass-enoaudit": passENoAudit,
19+
"retry-count": maxRetryCount,
20+
} = config;
1921

2022
async function run(attempt = 0) {
2123
try {

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "audit-ci",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Audits npm and yarn projects in CI environments",
55
"license": "Apache-2.0",
66
"main": "./lib/audit-ci.js",

0 commit comments

Comments
 (0)