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

gitmoji-cli

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitmoji-cli - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

8

cli.js

@@ -51,3 +51,9 @@ #!/usr/bin/env node

commit: () => gitmojiCli.ask('client'),
undefined: () => gitmojiCli.ask('client')
undefined: () => {
if (process.argv[2]==='--hook') {
gitmojiCli.ask('hook');
} else {
gitmojiCli.ask('client');
}
}
};

@@ -54,0 +60,0 @@

2

package.json
{
"name": "gitmoji-cli",
"version": "1.2.1",
"version": "1.2.2",
"description": "A gitmoji client for using emojis on commit messages.",

@@ -5,0 +5,0 @@ "engines": {

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