lockfile-lint
Advanced tools
Comparing version 2.1.6 to 2.2.0
@@ -37,3 +37,3 @@ #!/usr/bin/env node | ||
console.error(error.stack, '\n') | ||
console.error('error: command failed with exit code 1') | ||
console.error('error: command failed with exit code 1', '\n') | ||
process.exit(1) | ||
@@ -49,4 +49,4 @@ } | ||
if (validatorFailures !== 0) { | ||
console.error('error: command failed with exit code 1') | ||
console.error('error: command failed with exit code 1', '\n') | ||
process.exit(1) | ||
} |
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.2.0](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@2.1.6...lockfile-lint@2.2.0) (2019-11-07) | ||
### Features | ||
* **errors:** provide the actual bad string in ValidateScheme ([#20](https://github.com/lirantal/lockfile-lint/issues/20)) ([45fb7d2](https://github.com/lirantal/lockfile-lint/commit/45fb7d2)) | ||
## [2.1.6](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@2.1.5...lockfile-lint@2.1.6) (2019-10-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "lockfile-lint", | ||
"version": "2.1.6", | ||
"version": "2.2.0", | ||
"description": "A CLI to lint a lockfile for security policies", | ||
@@ -56,3 +56,3 @@ "bin": { | ||
"debug": "^4.1.0", | ||
"lockfile-lint-api": "^2.2.0", | ||
"lockfile-lint-api": "^2.3.0", | ||
"yargs": "^13.2.4" | ||
@@ -182,3 +182,3 @@ }, | ||
}, | ||
"gitHead": "dfa2a3021c4567860d3a59f81efea0cef76ec61c" | ||
"gitHead": "abc71fa09a39ef2975648ac540eb4c57534ee463" | ||
} |
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
32597
Updatedlockfile-lint-api@^2.3.0