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.19 to 1.1.20

2

dist/main.d.ts

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

export * from './types';
export { CommitProfile } from './types';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommitProfile = void 0;
const tslib_1 = require("tslib");

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

})(options);
(0, tslib_1.__exportStar)(require("./types"), exports);
var types_2 = require("./types");
Object.defineProperty(exports, "CommitProfile", { enumerable: true, get: function () { return types_2.CommitProfile; } });
module.exports = (0, engine_1.default)(options);
//# sourceMappingURL=main.js.map
{
"private": false,
"name": "git-cz-emoji",
"version": "1.1.19",
"version": "1.1.20",
"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