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 6.1.0 to 6.2.0

lib/commands/config/guard.js

5

lib/commands/config/prompts.js

@@ -12,2 +12,4 @@ "use strict";

var _guard = _interopRequireDefault(require("./guard"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -41,5 +43,6 @@

type: 'input',
default: _configurationVault.default.getGitmojisUrl()
default: _configurationVault.default.getGitmojisUrl(),
validate: _guard.default.url
}];
exports.default = _default;

11

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

@@ -57,7 +57,8 @@ "engines": {

"proxy-agent": "5.0.0",
"update-notifier": "5.1.0"
"update-notifier": "5.1.0",
"validator": "^13.7.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@babel/core": "7.18.13",
"@babel/preset-env": "7.18.10",

@@ -67,5 +68,5 @@ "@babel/preset-flow": "7.18.6",

"codecov": "3.8.3",
"flow-bin": "^0.184.0",
"flow-bin": "^0.185.1",
"husky": "8.0.1",
"jest": "28.1.3",
"jest": "29.0.1",
"jest-fetch-mock": "3.0.3",

@@ -72,0 +73,0 @@ "jest-mock-process": "2.0.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