name-this-release
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -6,2 +6,3 @@ #!/usr/bin/env node | ||
/** Dependencies */ | ||
const chalk = require("chalk"); | ||
const program = require("commander"); | ||
@@ -28,7 +29,7 @@ | ||
/** Generate a random name */ | ||
console.log(`\nName your release as '${dictionary.generateRandomName()}'.\n`); | ||
console.log(`\nName your release as ${chalk.green(dictionary.generateRandomName())}.\n`); | ||
} | ||
catch(err) { | ||
/** In case of error */ | ||
console.error(`The dictionary '${dictionaryName}' does not exists.`); | ||
console.error(chalk.red(`\nThe dictionary '${dictionaryName}' does not exists.\n`)); | ||
} |
{ | ||
"name": "name-this-release", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "This script helps you to name your app's releases.", | ||
@@ -29,2 +29,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"chalk": "^1.1.3", | ||
"commander": "^2.9.0", | ||
@@ -31,0 +32,0 @@ "random-js": "^1.0.8" |
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
7477
243
0
3
+ Addedchalk@^1.1.3
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)