Comparing version 2.4.18 to 2.4.19
{ | ||
"name": "akkeris", | ||
"version": "2.4.18", | ||
"version": "2.4.19", | ||
"description": "Akkeris CLI", | ||
@@ -5,0 +5,0 @@ "main": "aka.js", |
@@ -64,3 +64,3 @@ "use strict" | ||
let dyno_name = `${ps.type}.${ps.name}` | ||
let spacing = " ".repeat(32 - (dyno_name.length + 2)) | ||
let spacing = (dyno_name.length > 30) ? " " : (" ".repeat(32 - (dyno_name.length + 2))); | ||
if(info.warning) { | ||
@@ -67,0 +67,0 @@ if(info.state === 'crashed') { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
17
182970
30