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.22 to 1.1.23

8

dist/main.d.ts

@@ -120,1 +120,9 @@ export declare const CommitProfile: {

};
declare const _default: {
prompter: (cz: {
readonly prompt: (e: any) => Promise<{
readonly answers: any;
}>;
}, commit: (c: string) => void) => void;
};
export default _default;

2

dist/main.js

@@ -40,3 +40,3 @@ "use strict";

exports.CommitProfile = types_1.CommitProfile;
module.exports = (0, engine_1.default)(options);
exports.default = (0, engine_1.default)(options);
//# sourceMappingURL=main.js.map
{
"private": false,
"name": "git-cz-emoji",
"version": "1.1.22",
"version": "1.1.23",
"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