lockfile-lint-api
Advanced tools
Comparing version 5.2.3 to 5.2.4
@@ -6,2 +6,10 @@ # Change Log | ||
## 5.2.4 (2022-03-13) | ||
**Note:** Version bump only for package lockfile-lint-api | ||
## 5.2.3 (2022-03-10) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "lockfile-lint-api", | ||
"version": "5.2.3", | ||
"version": "5.2.4", | ||
"description": "Lint an npm or yarn lockfile to analyze and detect issues", | ||
@@ -177,3 +177,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "50d25a29513e366ab7d32254918bb5fd5d12fe51" | ||
"gitHead": "9b0b16715e4cfb77c7ec6ec180d9c1f1c8bcb8e6" | ||
} |
@@ -37,7 +37,8 @@ <p align="center"><h1 align="center"> | ||
| Validator API | description | implemented | | ||
| -------------- | ------------------------------------------------------------------------------- | ----------- | | ||
| ValidateHttps | validates the use of HTTPS as protocol schema for all resources | ✅ | | ||
| ValidateHost | validates a whitelist of allowed hosts to be used for resources in the lockfile | ✅ | | ||
| ValidateScheme | validates a whitelist of allowed URI schemes to be used for hosts | ✅ | | ||
| Validator API | description | implemented | | ||
| -------------------- | ------------------------------------------------------------------------------- | ----------- | | ||
| ValidateHttps | validates the use of HTTPS as protocol schema for all resources | ✅ | | ||
| ValidateHost | validates a whitelist of allowed hosts to be used for resources in the lockfile | ✅ | | ||
| ValidatePackageNames | validates that the resolved URL matches the package name | ✅ | | ||
| ValidateScheme | validates a whitelist of allowed URI schemes to be used for hosts | ✅ | | ||
@@ -44,0 +45,0 @@ **NOTE:** package entries without a `resolved` field (for example, those installed from the local filesystem) will automatically pass all url-based validators. |
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
48598
155