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.20 to 1.1.21

120

dist/main.d.ts

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

export { CommitProfile } from './types';
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[];
};

3

dist/main.js

@@ -39,5 +39,4 @@ "use strict";

})(options);
var types_2 = require("./types");
Object.defineProperty(exports, "CommitProfile", { enumerable: true, get: function () { return types_2.CommitProfile; } });
exports.CommitProfile = types_1.CommitProfile;
module.exports = (0, engine_1.default)(options);
//# sourceMappingURL=main.js.map
{
"private": false,
"name": "git-cz-emoji",
"version": "1.1.20",
"version": "1.1.21",
"description": "Commitizen configuration that follows the Conventional Changelog format with emoji support",

@@ -6,0 +6,0 @@ "license": "MIT",

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