lockfile-lint-api
Advanced tools
Comparing version 5.1.7 to 5.2.3
@@ -6,2 +6,48 @@ # Change Log | ||
## 5.2.3 (2022-03-10) | ||
**Note:** Version bump only for package lockfile-lint-api | ||
## 5.2.2 (2022-03-10) | ||
**Note:** Version bump only for package lockfile-lint-api | ||
## 5.2.1 (2022-03-10) | ||
**Note:** Version bump only for package lockfile-lint-api | ||
# 5.2.0 (2022-03-09) | ||
### Features | ||
* validate package names ([#114](https://github.com/lirantal/lockfile-lint/issues/114)) ([7aa0b3d](https://github.com/lirantal/lockfile-lint/commit/7aa0b3d)) | ||
## 5.1.8 (2021-05-04) | ||
### Bug Fixes | ||
* missing git step on release with lerna ([#111](https://github.com/lirantal/lockfile-lint/issues/111)) ([5fcd65b](https://github.com/lirantal/lockfile-lint/commit/5fcd65b)) | ||
## [5.1.7](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint-api@5.1.6...lockfile-lint-api@5.1.7) (2021-02-26) | ||
@@ -8,0 +54,0 @@ |
@@ -5,2 +5,3 @@ 'use strict' | ||
const ValidateHttps = require('./src/validators/ValidateHttps') | ||
const ValidatePackageNames = require('./src/validators/ValidatePackageNames') | ||
const ValidateScheme = require('./src/validators/ValidateScheme') | ||
@@ -14,4 +15,5 @@ const ValidateUrl = require('./src/validators/ValidateUrl') | ||
ValidateHttps, | ||
ValidatePackageNames, | ||
ValidateScheme, | ||
ValidateUrl | ||
} |
{ | ||
"name": "lockfile-lint-api", | ||
"version": "5.1.7", | ||
"version": "5.2.3", | ||
"description": "Lint an npm or yarn lockfile to analyze and detect issues", | ||
@@ -177,3 +177,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "5a9baff8f5f48986aca6f26e354740159ce1546d" | ||
"gitHead": "50d25a29513e366ab7d32254918bb5fd5d12fe51" | ||
} |
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
48360
13
432