lockfile-lint
Advanced tools
Comparing version 3.0.12 to 3.0.13
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.0.13](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.12...lockfile-lint@3.0.13) (2020-02-10) | ||
### Bug Fixes | ||
* **cli:** conflicting arguments will error ([#64](https://github.com/lirantal/lockfile-lint/issues/64)) ([2d451c9](https://github.com/lirantal/lockfile-lint/commit/2d451c9)) | ||
## [3.0.12](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.11...lockfile-lint@3.0.12) (2020-02-04) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "lockfile-lint", | ||
"version": "3.0.12", | ||
"version": "3.0.13", | ||
"description": "A CLI to lint a lockfile for security policies", | ||
@@ -181,3 +181,3 @@ "bin": { | ||
}, | ||
"gitHead": "1e76c886e861efde22baa4c938240038abb2e7ea" | ||
"gitHead": "ece0a25ccc03912297452f1952fd9b282b89b803" | ||
} |
@@ -41,3 +41,4 @@ 'use strict' | ||
type: 'array', | ||
describe: 'validates a whitelist of allowed schemes to be used for resources in the lockfile' | ||
describe: 'validates a whitelist of allowed schemes to be used for resources in the lockfile', | ||
conflicts: ['validate-https', 's'] | ||
} | ||
@@ -44,0 +45,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
36346
195