lockfile-lint
Advanced tools
Comparing version 4.10.4 to 4.10.5
@@ -34,4 +34,4 @@ #!/usr/bin/env node | ||
debug(`parsed the following options: ${JSON.stringify(config)}`) | ||
} catch (err) { | ||
debug(`error loading options from CLI arguments/files: ${err}`) | ||
} catch (errorPayload) { | ||
debug(`error loading options from CLI arguments/files: ${errorPayload}`) | ||
process.exit(1) | ||
@@ -86,6 +86,6 @@ } | ||
}) | ||
} catch (error) { | ||
} catch (errorPayload) { | ||
warn('ABORTING lockfile lint process due to error exceptions') | ||
console.error(error.message, '\n') | ||
console.error(error.stack, '\n') | ||
console.error(errorPayload.message, '\n') | ||
console.error(errorPayload.stack, '\n') | ||
error('Error: command failed with exit code 1') | ||
@@ -92,0 +92,0 @@ process.exit(1) |
@@ -6,2 +6,13 @@ # Change Log | ||
## 4.10.5 (2023-05-24) | ||
### Bug Fixes | ||
* error variable was shadowed by function ([#162](https://github.com/lirantal/lockfile-lint/issues/162)) ([17fe528](https://github.com/lirantal/lockfile-lint/commit/17fe528)) | ||
## 4.10.4 (2023-05-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "lockfile-lint", | ||
"version": "4.10.4", | ||
"version": "4.10.5", | ||
"description": "A CLI to lint a lockfile for security policies", | ||
@@ -58,3 +58,3 @@ "bin": { | ||
"debug": "^4.1.1", | ||
"lockfile-lint-api": "^5.5.4", | ||
"lockfile-lint-api": "^5.5.5", | ||
"yargs": "^16.0.0" | ||
@@ -184,3 +184,3 @@ }, | ||
}, | ||
"gitHead": "2e7eab8a48e6882fdeff05a7cdfa3d8e79c9ff30" | ||
"gitHead": "914ece489c48c8e7f3b584f784cce8f318c2e81e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55475
Updatedlockfile-lint-api@^5.5.5