Socket
Socket
Sign inDemoInstall

gitmoji-cli

Package Overview
Dependencies
Maintainers
1
Versions
118
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 9.0.0 to 9.1.0

6

lib/commands/config/prompts.js

@@ -14,7 +14,7 @@ import configurationVault from "../../utils/configurationVault/index.js";

choices: [{
name: '😄',
value: EMOJI_COMMIT_FORMATS.EMOJI
}, {
name: ':smile:',
value: EMOJI_COMMIT_FORMATS.CODE
}, {
name: '😄',
value: EMOJI_COMMIT_FORMATS.EMOJI
}],

@@ -21,0 +21,0 @@ default: configurationVault.getEmojiFormat()

@@ -8,3 +8,3 @@ import Conf from 'conf';

[CONFIG.AUTO_ADD]: false,
[CONFIG.EMOJI_FORMAT]: EMOJI_COMMIT_FORMATS.CODE,
[CONFIG.EMOJI_FORMAT]: EMOJI_COMMIT_FORMATS.EMOJI,
[CONFIG.SCOPE_PROMPT]: false,

@@ -11,0 +11,0 @@ [CONFIG.MESSAGE_PROMPT]: true,

{
"name": "gitmoji-cli",
"version": "9.0.0",
"version": "9.1.0",
"type": "module",

@@ -50,3 +50,3 @@ "description": "A gitmoji client for using emojis on commit messages.",

"execa": "^8.0.1",
"fuse.js": "6.6.2",
"fuse.js": "7.0.0",
"inquirer": "^9.2.11",

@@ -56,3 +56,3 @@ "inquirer-autocomplete-prompt": "^3.0.1",

"node-fetch": "^3.3.2",
"ora": "^7.0.1",
"ora": "^8.0.1",
"path-exists": "^5.0.0",

@@ -64,10 +64,10 @@ "proxy-agent": "^6.3.1",

"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.0",
"@babel/plugin-syntax-import-assertions": "^7.18.6",
"@babel/preset-env": "7.23.2",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.7",
"@babel/plugin-syntax-import-assertions": "^7.23.3",
"@babel/preset-env": "7.23.7",
"@babel/preset-flow": "7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@types/jest": "^29.5.8",
"@types/update-notifier": "^6.0.5",
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.10",
"@types/update-notifier": "^6.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",

@@ -79,7 +79,7 @@ "@typescript-eslint/parser": "^5.62.0",

"codecov": "3.8.3",
"eslint": "8.50.0",
"eslint-plugin-ft-flow": "3.0.1",
"eslint": "8.56.0",
"eslint-plugin-ft-flow": "3.0.2",
"eslint-plugin-immutable": "1.0.0",
"flow-bin": "^0.220.1",
"hermes-eslint": "0.15.1",
"flow-bin": "^0.225.1",
"hermes-eslint": "0.16.0",
"husky": "8.0.3",

@@ -89,7 +89,7 @@ "jest": "29.7.0",

"jest-mock-process": "2.0.0",
"lint-staged": "14.0.1",
"lint-staged": "15.2.0",
"pkg": "5.8.1",
"prettier": "3.0.3",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
"prettier": "3.1.1",
"turbo": "^1.11.2",
"typescript": "^5.3.3"
},

@@ -96,0 +96,0 @@ "jest": {

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