lockfile-lint-api
Advanced tools
Comparing version 5.4.1 to 5.4.2
@@ -6,2 +6,13 @@ # Change Log | ||
## 5.4.2 (2022-09-26) | ||
### Bug Fixes | ||
* too noisy error messages ([#139](https://github.com/lirantal/lockfile-lint/issues/139)) ([ab2ee5d](https://github.com/lirantal/lockfile-lint/commit/ab2ee5d)) | ||
## 5.4.1 (2022-09-26) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "lockfile-lint-api", | ||
"version": "5.4.1", | ||
"version": "5.4.2", | ||
"description": "Lint an npm or yarn lockfile to analyze and detect issues", | ||
@@ -176,3 +176,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "5676d823051be3abea6ad91583d5bd8ecf78ea8a" | ||
"gitHead": "bc9ffec8b0604c8376ec1ea2056696243bf25bcb" | ||
} |
@@ -44,3 +44,4 @@ 'use strict' | ||
} catch (error) { | ||
this.debug(`failed parsing a URL object from given host value so using as is: ${host}`) | ||
// silently fail here, as otherwise this would be a too-noisy error | ||
// this.debug(`failed parsing a URL object from given host value so using as is: ${host}`) | ||
} | ||
@@ -47,0 +48,0 @@ |
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
52894
519