Socket
Socket
Sign inDemoInstall

conventional-changelog-preset-loader

Package Overview
Dependencies
0
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    conventional-changelog-preset-loader

Configuration preset loader for `conventional-changelog`.


Version published
Weekly downloads
2.4M
increased by8.71%
Maintainers
5
Install size
9.42 kB
Created
Weekly downloads
 

Readme

Source

NPM version Build Status: Linux Build Status: Windows Dependency Status Coverage Status

Configuration preset loader for conventional-changelog.

Usage

$ npm install --save conventional-changelog-preset-loader
var conventionalChangelogPresetLoader = require('conventional-changelog-preset-loader');

configuration = conventionalChangelogPresetLoader(`angular`);

The string that is passed to the preset loader is manipulated by prepending conventional-changelog to the name.

For example:

  • angular => conventional-changelog-angular
  • angular/preset/path => conventional-changelog-angular/preset/path
  • @scope/angular => @scope/conventional-changelog-angular
  • @scope/angular/preset/path => @scope/conventional-changelog-angular/preset/path

Will return whatever is exported by the preset package. That may be a configuration object, a function, or a promise.

License

MIT © Steve Mao

Keywords

FAQs

Last updated on 21 Aug 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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