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.9.3 to 1.9.4

coverage/clover.xml

2

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

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

@@ -21,6 +21,6 @@ const chalk = require('chalk')

this._gitmojis = gitmojis
if (config.getAutoAdd() === undefined) config.setAutoAdd(true)
if (config.getAutoAdd() === undefined) config.setAutoAdd(false)
if (!config.getIssueFormat()) config.setIssueFormat(constants.GITHUB)
if (!config.getEmojiFormat()) config.setEmojiFormat(constants.CODE)
if (config.getSignedCommit() === undefined) config.setSignedCommit(true)
if (config.getSignedCommit() === undefined) config.setSignedCommit(false)
}

@@ -27,0 +27,0 @@

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