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.2.0 to 9.3.0

53

package.json
{
"name": "gitmoji-cli",
"version": "9.2.0",
"version": "9.3.0",
"packageManager": "yarn@1.22.22",
"type": "module",

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

"fuse.js": "7.0.0",
"inquirer": "^9.2.15",
"inquirer": "^9.2.23",
"inquirer-autocomplete-prompt": "^3.0.1",

@@ -63,7 +64,7 @@ "meow": "^13.1.0",

"devDependencies": {
"@babel/cli": "7.23.9",
"@babel/core": "7.24.0",
"@babel/plugin-syntax-import-assertions": "^7.23.3",
"@babel/preset-env": "7.23.9",
"@babel/preset-flow": "7.24.0",
"@babel/cli": "7.24.5",
"@babel/core": "7.24.5",
"@babel/plugin-syntax-import-assertions": "^7.24.7",
"@babel/preset-env": "7.24.5",
"@babel/preset-flow": "7.24.7",
"@babel/preset-typescript": "^7.23.3",

@@ -78,7 +79,7 @@ "@types/jest": "^29.5.12",

"codecov": "3.8.3",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-plugin-ft-flow": "3.0.7",
"eslint-plugin-immutable": "1.0.0",
"flow-bin": "^0.230.0",
"hermes-eslint": "0.20.1",
"flow-bin": "^0.237.2",
"hermes-eslint": "0.22.0",
"husky": "9.0.11",

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

"jest-mock-process": "2.0.0",
"lint-staged": "15.2.1",
"lint-staged": "15.2.5",
"pkg": "5.8.1",
"prettier": "3.2.4",
"turbo": "^1.12.5",
"typescript": "^5.3.3"
"prettier": "3.2.5",
"turbo": "^2.0.3",
"typescript": "^5.4.5"
},

@@ -99,6 +100,7 @@ "jest": {

"collectCoverageFrom": [
"src/**/*.js"
"src/**/*.js",
"src/**/*.ts"
],
"testMatch": [
"**/*.(spec).(js)"
"**/*.(spec).(js|ts)"
],

@@ -108,2 +110,6 @@ "setupFiles": [

],
"moduleFileExtensions": [
"js",
"ts"
],
"transformIgnorePatterns": [],

@@ -115,3 +121,4 @@ "moduleNameMapper": {

"@commands/(.*)$": "<rootDir>/src/commands/$1",
"@constants/(.*)$": "<rootDir>/src/constants/$1"
"@constants/(.*)$": "<rootDir>/src/constants/$1",
"^(\\.\\.?\\/.+)\\.js$": "$1"
}

@@ -134,3 +141,4 @@ },

"es2021": true,
"node": true
"node": true,
"jest": true
},

@@ -144,11 +152,2 @@ "extends": [

"files": [
"./**/*.spec.js",
"./**/*.spec.ts"
],
"env": {
"jest": true
}
},
{
"files": [
"./**/*.ts"

@@ -155,0 +154,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