Socket
Socket
Sign inDemoInstall

conventional-commits-parser

Package Overview
Dependencies
62
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.0.1

2

index.js
'use strict';
var extend = require('lodash').extend;
var parser = require('lib/parser');
var parser = require('./lib/parser');
var through = require('through2');

@@ -5,0 +5,0 @@

{
"name": "conventional-commits-parser",
"version": "0.0.0",
"version": "0.0.1",
"description": "parse raw conventional commits",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/stevemao/conventional-commits-parser",

@@ -6,2 +6,5 @@ # [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coverall-image]][coverall-url]

Adapted from code originally written by @ajoslin in [conventional-changelog](https://github.com/ajoslin/conventional-changelog).
## Conventional Commit Message Format

@@ -215,3 +218,3 @@

[daviddm-url]: https://david-dm.org/stevemao/conventional-commits-parser
[coverall-image]: https://coveralls.io/repos/stevemao/conventional-commits-parser.svg
[coverall-image]: https://coveralls.io/repos/stevemao/conventional-commits-parser/badge.svg
[coverall-url]: https://coveralls.io/r/stevemao/conventional-commits-parser
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