@serieseight/cli
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -29,4 +29,4 @@ const chalk = require('chalk') | ||
console.log(` | ||
Yay, it's ${chalk.bold.green(user)}! My favourie team member.`) | ||
Yay, it's ${chalk.bold.green(user)}! My favourite team member.`) | ||
}) | ||
} |
@@ -6,2 +6,3 @@ #!/usr/bin/env node | ||
const helpCmd = require('./commands/help') | ||
const upgradeCmd = require('./commands/upgrade') | ||
const versionCmd = require('./commands/version') | ||
@@ -23,2 +24,6 @@ | ||
case 'upgrade': | ||
upgradeCmd(args) | ||
break | ||
case 'hello': | ||
@@ -25,0 +30,0 @@ helloCmd(args) |
@@ -48,3 +48,3 @@ { | ||
}, | ||
"version": "1.3.0" | ||
"version": "1.4.0" | ||
} |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary 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
3020
7
77
1