Socket
Socket
Sign inDemoInstall

@commitlint/format

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/format - npm Package Compare versions

Comparing version 10.0.0 to 11.0.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
**Note:** Version bump only for package @commitlint/format
# [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)

@@ -8,0 +16,0 @@

8

lib/index.js

@@ -10,8 +10,12 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = void 0;
var format_1 = require("./format");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return format_1.default; } });
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(format_1).default; } });
__exportStar(require("./format"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@commitlint/format",
"version": "10.0.0",
"version": "11.0.0",
"description": "Format commitlint reports",

@@ -37,9 +37,9 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/utils": "^10.0.0"
"@commitlint/utils": "^11.0.0"
},
"dependencies": {
"@commitlint/types": "^10.0.0",
"@commitlint/types": "^11.0.0",
"chalk": "^4.0.0"
},
"gitHead": "3982e5a6bf0c28e4b1109e8516d7fdcfad411eac"
"gitHead": "922317463f7c90c0fb319e075de533dd63343863"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc