Comparing version 1.0.0 to 1.0.1
10
index.js
@@ -22,6 +22,6 @@ 'use strict'; | ||
. _____ __ __ .____ . .\n\ | ||
. . | ___| | \\ / | / ___ \\. .\n\ | ||
. . | |__ | \\_/ | / / \\/ .\n\ | ||
. . | __| | |\\ /| | | | _ .\n\ | ||
. .| | . | | \\_/ | | \\ \\___` | .\n\ | ||
. . | ___| | \\ / | / ___ \\. . \n\ | ||
. . | |__ | \\_/ | / / \\/ . \n\ | ||
. . | __| | |\\ /| | | | _ . \n\ | ||
. .| | . | | \\_/ | | \\ \\___` | . \n\ | ||
. |_| . |_| |_| \\____/|| .\n\ | ||
@@ -37,3 +37,3 @@ . . . . . .\n\ | ||
var defaultGreeting = fmg.split("\n").map(function (line) { | ||
return chalk.green(line) + " "; | ||
return chalk.green(line); | ||
}).join("\n"); | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "fmgsay", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Tell FMG what to say (forked from yosay)", | ||
@@ -5,0 +5,0 @@ "license": "BSD-2-Clause", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
8706