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

conventional-changelog-angular-loose

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-angular-loose - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

index.js
'use strict';
var Q = require('q');
var config = require('conventional-changelog-angular')
module.exports = require('conventional-changelog-angular')
.then(function(data) {

@@ -10,3 +8,1 @@ data.parserOpts.headerPattern = /^(\w*)(?:\((.*)\))?\:? (.*)$/;

});
module.exports = Q.resolve(config);

7

package.json
{
"name": "conventional-changelog-angular-loose",
"version": "0.1.1",
"description": "conventional-changelog angular preset (for those who missed the colon)",
"version": "0.1.2",
"description": "conventional-changelog angular config (for those who missed the colon)",
"main": "index.js",

@@ -28,4 +28,3 @@ "scripts": {

"dependencies": {
"conventional-changelog-angular": "^1.0.0",
"q": "^1.4.1"
"conventional-changelog-angular": "^1.0.0"
},

@@ -32,0 +31,0 @@ "devDependencies": {

@@ -10,3 +10,3 @@ # [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]

This preset will let you use [conventional-changelog](https://github.com/ajoslin/conventional-changelog).
This config can be used with [conventional-changelog](https://github.com/ajoslin/conventional-changelog) exactly like the preset [conventional-changelog-angular](https://github.com/stevemao/conventional-changelog-angular).

@@ -18,2 +18,2 @@ [npm-image]: https://badge.fury.io/js/conventional-changelog-angular-loose.svg

[daviddm-image]: https://david-dm.org/topheman/conventional-changelog-angular-loose.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/topheman/conventional-changelog-angular-loose
[daviddm-url]: https://david-dm.org/topheman/conventional-changelog-angular-loose
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