🚀 Launch Week Day 3:Introducing Supply Chain Attack Campaigns Tracking.Learn More →
Socket
Book a DemoInstallSign in
Socket

composer-errors

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

composer-errors

Listen for and output Composer errors.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

composer-errors NPM version Build Status

Listen for and output Composer errors.

Install with npm

$ npm i composer-errors --save

Usage

var composer = require('composer');
var errors = require('composer-errors');

API

errors

Listen to composer error events and output information.

Params

  • options {Object}: Options to specify color output and stream to write to.
  • options.colors {Boolean}: Show ansi colors or not. true by default
  • options.stream {Stream}: Output stream to write to. process.stderr by default.

Example

errors({colors: false})(composer);

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Brian Woodward

License

Copyright © 2015 Brian Woodward Released under the MIT license.

This file was generated by verb-cli on September 23, 2015.

FAQs

Package last updated on 23 Sep 2015

Did you know?

Socket

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