Socket
Socket
Sign inDemoInstall

git-cz-emoji

Package Overview
Dependencies
144
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.15 to 1.1.17

120

dist/main.d.ts

@@ -1,1 +0,119 @@

export {};
export declare const CommitProfile: {
bodyLineLength: number;
maxSubjectLength: number;
types: {
build: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
chore: {
aliases: {
devDependencies: {
description: string;
emoji: string;
scope: string;
title: string;
};
};
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
ci: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
docs: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
feat: {
aliases: {
initial: {
description: string;
emoji: string;
title: string;
};
};
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
fix: {
aliases: {
dependencies: {
description: string;
emoji: string;
scope: string;
title: string;
};
metadata: {
description: string;
emoji: string;
scope: string;
title: string;
};
peerDependencies: {
description: string;
emoji: string;
scope: string;
title: string;
};
};
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
perf: {
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
refactor: {
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
revert: {
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
style: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
test: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
};
typesOrder: string[];
};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommitProfile = void 0;
const tslib_1 = require("tslib");

@@ -38,3 +39,4 @@ const commitizen_1 = require("commitizen");

})(options);
exports.CommitProfile = types_1.commitProfile;
module.exports = (0, engine_1.default)(options);
//# sourceMappingURL=main.js.map

@@ -0,57 +1,233 @@

export declare const commitProfile: {
bodyLineLength: number;
maxSubjectLength: number;
types: {
build: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
chore: {
aliases: {
devDependencies: {
description: string;
emoji: string;
scope: string;
title: string;
};
};
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
ci: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
docs: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
feat: {
aliases: {
initial: {
description: string;
emoji: string;
title: string;
};
};
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
fix: {
aliases: {
dependencies: {
description: string;
emoji: string;
scope: string;
title: string;
};
metadata: {
description: string;
emoji: string;
scope: string;
title: string;
};
peerDependencies: {
description: string;
emoji: string;
scope: string;
title: string;
};
};
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
perf: {
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
refactor: {
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
revert: {
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
style: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
test: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
};
typesOrder: string[];
};
export declare const types: {
build: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
chore: {
aliases: {
devDependencies: {
description: string;
emoji: string;
scope: string;
title: string;
};
};
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
ci: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
docs: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
feat: {
aliases: {
initial: {
description: string;
emoji: string;
title: string;
};
};
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
fix: {
aliases: {
dependencies: {
description: string;
emoji: string;
scope: string;
title: string;
};
metadata: {
description: string;
emoji: string;
scope: string;
title: string;
};
peerDependencies: {
description: string;
emoji: string;
scope: string;
title: string;
};
};
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
perf: {
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
refactor: {
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
revert: {
changelog: boolean;
description: string;
emoji: string;
release: string;
title: string;
};
style: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
test: {
changelog: boolean;
description: string;
emoji: string;
release: boolean;
title: string;
};
};

176

dist/types.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.types = void 0;
exports.types = {
build: {
description: 'Changes that affect the build system or external dependencies (example scopes: gulp, pnpm)',
emoji: '๐Ÿ—๏ธ',
title: 'Builds'
exports.types = exports.commitProfile = void 0;
exports.commitProfile = {
bodyLineLength: 100,
maxSubjectLength: 72,
types: {
build: {
changelog: false,
description: 'Changes that affect the build system or external dependencies (example scopes: gulp, npm, etc.)',
emoji: '๐Ÿ”จ',
release: false,
title: 'Builds'
},
chore: {
aliases: {
devDependencies: {
description: 'Update dev dependencies',
emoji: 'โฌ†๏ธ',
scope: 'package',
title: 'Dev dependencies'
}
},
changelog: false,
description: "Other changes that don't modify src or test files",
emoji: '๐Ÿ”ง',
release: false,
title: 'Chores'
},
ci: {
changelog: false,
description: 'Changes to our CI configuration files and scripts (example scopes: Travis, GitLab, GitHub, BrowserStack, etc.)',
emoji: 'โš™๏ธ',
release: false,
title: 'Continuous Integrations'
},
docs: {
changelog: false,
description: 'Changes that only impact documentation',
emoji: '๐Ÿ“',
release: false,
title: 'Documentation'
},
feat: {
aliases: { initial: { description: 'Initial commit', emoji: '๐ŸŽ‰', title: 'Initial' } },
changelog: true,
description: 'A new feature',
emoji: 'โœจ',
release: 'minor',
title: 'Features'
},
fix: {
aliases: {
dependencies: { description: 'Update dependency', emoji: 'โฌ†๏ธ', scope: 'package', title: 'Dependencies' },
metadata: { description: 'Update metadata (package.json)', emoji: '๐Ÿ“ฆ', scope: 'package', title: 'Metadata' },
peerDependencies: {
description: 'Update peer dependency',
emoji: 'โฌ†๏ธ',
scope: 'package',
title: 'Peer dependencies'
}
},
changelog: true,
description: 'A bug fix',
emoji: '๐Ÿ›',
release: 'patch',
title: 'Bug Fixes'
},
perf: {
changelog: true,
description: 'A code change that improves performance',
emoji: '๐Ÿš€',
release: 'patch',
title: 'Performance Improvements'
},
refactor: {
changelog: true,
description: 'A code change that neither fixes a bug nor adds a feature',
emoji: '๐Ÿง',
release: 'patch',
title: 'Code Refactoring'
},
revert: {
changelog: true,
description: 'Reverts a previous commit',
emoji: 'โช',
release: 'patch',
title: 'Reverts'
},
style: {
changelog: false,
description: 'Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)',
emoji: '๐ŸŽจ',
release: false,
title: 'Styles'
},
test: {
changelog: false,
description: 'Adding missing tests or correcting existing tests',
emoji: '๐Ÿงช',
release: false,
title: 'Tests'
}
},
chore: {
description: 'Other changes that do not modify src or test files',
emoji: '๐Ÿ”ง',
title: 'Chores'
},
ci: {
description: 'Changes to CI configuration files and scripts (example scopes: Travis, GitLab)',
emoji: '๐Ÿ“ฆ',
title: 'Continuous Integration'
},
docs: {
description: 'Changes that only impact documentation',
emoji: '๐Ÿ“',
title: 'Documentation'
},
feat: {
description: 'A new feature',
emoji: 'โœจ',
title: 'Features'
},
fix: {
description: 'A bug fix',
emoji: '๐Ÿ›',
title: 'Bug Fixes'
},
perf: {
description: 'A code change that improves performance',
emoji: 'โšก๏ธ',
title: 'Performance Improvements'
},
refactor: {
description: 'A code change that neither fixes a bug nor adds a feature',
emoji: 'โ™ป๏ธ',
title: 'Code Refactoring'
},
revert: {
description: 'Reverts a previous commit',
emoji: 'โช',
title: 'Reverts'
},
style: {
description: 'Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)',
emoji: '๐ŸŽจ',
title: 'Styles'
},
test: {
description: 'Adding missing tests or correcting existing tests',
emoji: '๐Ÿงช',
title: 'Tests'
}
typesOrder: [
'feat',
'fix',
'perf',
'build',
'refactor',
'docs',
'test',
'ci',
'chore',
'style',
'revert',
'initial',
'dependencies',
'peerDependencies',
'devDependencies',
'metadata'
]
};
exports.types = exports.commitProfile.types;
//# sourceMappingURL=types.js.map
{
"private": false,
"name": "git-cz-emoji",
"version": "1.1.15",
"version": "1.1.17",
"description": "Commitizen configuration that follows the Conventional Changelog format with emoji support",

@@ -49,3 +49,3 @@ "license": "MIT",

"eslint-config-strict-mode": "latest",
"git-cz-emoji": "^1.1.5",
"git-cz-emoji": "^1.1.15",
"glob": "^7.2.0",

@@ -52,0 +52,0 @@ "handlebars-helpers": "^0.10.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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