lockfile-lint
Advanced tools
Comparing version 4.3.5 to 4.3.6
@@ -79,3 +79,3 @@ #!/usr/bin/env node | ||
const RESET = '\x1b[0m' | ||
console.info(GREEN, '👍 No issues detected', '\n', RESET) | ||
console.info(GREEN, 'No issues detected', '\n', RESET) | ||
} |
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.3.6](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.3.5...lockfile-lint@4.3.6) (2020-05-14) | ||
### Bug Fixes | ||
* **windows:** remove emoji from output not supported on windows ([#96](https://github.com/lirantal/lockfile-lint/issues/96)) ([6115d68](https://github.com/lirantal/lockfile-lint/commit/6115d68)) | ||
## [4.3.5](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.3.4...lockfile-lint@4.3.5) (2020-05-14) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "lockfile-lint", | ||
"version": "4.3.5", | ||
"version": "4.3.6", | ||
"description": "A CLI to lint a lockfile for security policies", | ||
@@ -182,3 +182,3 @@ "bin": { | ||
}, | ||
"gitHead": "9855701804782e471c4d1310b435b4c9da5b3090" | ||
"gitHead": "b0914b6fbbbfe05367b7b827c9521dc5ef4338a9" | ||
} |
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
45660