Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commitlint/parse

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/parse - npm Package Compare versions

Comparing version 17.4.4 to 17.6.5

3

lib/index.d.ts
import { Commit, Parser, ParserOptions } from '@commitlint/types';
export default function parse(message: string, parser?: Parser, parserOpts?: ParserOptions): Promise<Commit>;
export declare function parse(message: string, parser?: Parser, parserOpts?: ParserOptions): Promise<Commit>;
export default parse;
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parse = void 0;
const { sync } = require('conventional-commits-parser');

@@ -12,3 +13,4 @@ const defaultChangelogOpts = require('conventional-changelog-angular');

}
exports.parse = parse;
exports.default = parse;
//# sourceMappingURL=index.js.map
{
"name": "@commitlint/parse",
"version": "17.4.4",
"version": "17.6.5",
"description": "Lint your commit messages",

@@ -46,3 +46,3 @@ "main": "lib/index.js",

},
"gitHead": "1aeec3c9b2c21cb8f0386398c24d8e7ed6eafbf0"
"gitHead": "af2f3a82d38ea0272578c8066565a0e6cf5810b0"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc