Socket
Socket
Sign inDemoInstall

revel-commit

Package Overview
Dependencies
212
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "revel-commit",
"version": "1.1.1",
"version": "1.1.2",
"description": "Commitizen wrapper following the conventional-changelog format and asking for Shortcut story at Revel.",

@@ -5,0 +5,0 @@ "bin": "./revel-cli.js",

@@ -11,15 +11,15 @@ // Some space characters manually added to descriptions to adjust spacing.

"🐞 fix": {
description: " A bug fix",
description: "A bug fix",
title: "Bug Fixes",
},
"🎨 ui": {
description: " Updates to the UI and style files",
description: "Updates to the UI and style files",
title: "UI",
},
"🚸 ux": {
description: " Improvements to user experience / usability",
description: "Improvements to user experience / usability",
title: "Bug Fixes",
},
"🔎 seo": {
description: " Improvements to SEO",
description: "Improvements to SEO",
title: "SEO",

@@ -32,7 +32,7 @@ },

"🔐 security": {
description: " A security issue fix",
description: "A security issue fix",
title: "Security",
},
"📚 docs": {
description: " Documentation only changes",
description: "Documentation only changes",
title: "Documentation",

@@ -45,11 +45,11 @@ },

"♻️ refactor": {
description: " A code change that neither fixes a bug nor adds a feature",
description: "A code change that neither fixes a bug nor adds a feature",
title: "Code Refactoring",
},
"🧼 style": {
description: " Improvements to structure / format of the code",
description: "Improvements to structure / format of the code",
title: "Style",
},
"🔧 chore": {
description: " Other changes that don't modify src or test files",
description: "Other changes that don't modify src or test files",
title: "Chores",

@@ -59,11 +59,11 @@ },

description:
" Changes that affect the build system or external dependencies",
"Changes that affect the build system or external dependencies",
title: "Builds",
},
"💚 ci": {
description: " Changes to our CI configuration files and scripts",
description: "Changes to our CI configuration files and scripts",
title: "Continuous Integrations",
},
"🔙 revert": {
description: " Reverts a previous commit",
description: "Reverts a previous commit",
title: "Reverts",

@@ -70,0 +70,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc