heroku-cli-util
Advanced tools
Comparing version 5.4.4 to 5.4.5
@@ -29,3 +29,3 @@ 'use strict'; | ||
} else { | ||
process.stdout.write(arguments); | ||
process.stdout.write.apply(process.stdout, arguments); | ||
} | ||
@@ -62,3 +62,3 @@ } | ||
} else { | ||
process.stderr.write(arguments); | ||
process.stderr.write.apply(process.stderr, arguments); | ||
} | ||
@@ -65,0 +65,0 @@ } |
{ | ||
"name": "heroku-cli-util", | ||
"version": "5.4.4", | ||
"version": "5.4.5", | ||
"description": "Set of helpful CLI utilities", | ||
@@ -5,0 +5,0 @@ "main": "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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
681819
8