@pnpm/default-reporter
Advanced tools
Comparing version 5.1.1-0 to 5.1.1
@@ -39,2 +39,5 @@ "use strict"; | ||
function logUpdate(view) { | ||
// A new line should always be appended in case a prompt needs to appear. | ||
// Without a new line the prompt will be joined with the previous output. | ||
// An example of such prompt may be seen by running: pnpm update --interactive | ||
if (!view.endsWith(constants_1.EOL)) | ||
@@ -41,0 +44,0 @@ view += constants_1.EOL; |
{ | ||
"name": "@pnpm/default-reporter", | ||
"version": "5.1.1-0", | ||
"version": "5.1.1", | ||
"description": "The default reporter of pnpm", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
65156
1573
1