Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

name-this-release

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

name-this-release - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

index.js

@@ -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`));
}

3

package.json
{
"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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc