lockfile-lint
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -34,5 +34,5 @@ #!/usr/bin/env node | ||
} catch (error) { | ||
console.error('ABORTING lockfile lint process due to error exceptions') | ||
console.error(error.message) | ||
console.error(error.stack) | ||
console.error('ABORTING lockfile lint process due to error exceptions', '\n') | ||
console.error(error.message, '\n') | ||
console.error(error.stack, '\n') | ||
console.error('error: command failed with exit code 1') | ||
@@ -39,0 +39,0 @@ process.exit(1) |
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.1.4](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@2.1.3...lockfile-lint@2.1.4) (2019-10-13) | ||
### Bug Fixes | ||
* **errors:** verbose error message includes package name ([#13](https://github.com/lirantal/lockfile-lint/issues/13)) ([f4ec3a1](https://github.com/lirantal/lockfile-lint/commit/f4ec3a1)) | ||
## [2.1.3](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@2.1.2...lockfile-lint@2.1.3) (2019-10-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "lockfile-lint", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "A CLI to lint a lockfile for security policies", | ||
@@ -56,3 +56,3 @@ "bin": { | ||
"debug": "^4.1.0", | ||
"lockfile-lint-api": "^2.1.2", | ||
"lockfile-lint-api": "^2.1.3", | ||
"yargs": "^13.2.4" | ||
@@ -182,3 +182,3 @@ }, | ||
}, | ||
"gitHead": "7a21fcafe334712c1a6b71bf099b40d0093c26a4" | ||
"gitHead": "4d07dde25b70ba119f20c72a6308564e75e343e5" | ||
} |
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
31901
Updatedlockfile-lint-api@^2.1.3