🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

cortex-command-errors

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cortex-command-errors

Gracefully handle error hints for cortex commands.

1.0.3
latest
Source
npm
Version published
Weekly downloads
9
Maintainers
2
Weekly downloads
 
Created
Source

cortex-command-errors NPM version Build Status Dependency Status

Gracefully handle error hints for cortex commands.

Install

$ npm install cortex-command-errors --save

Usage

var handler = require('cortex-command-errors')(options);

something.on('error', handler);

options

  • logger: {Object}
  • profile: {Object}
  • harmony: {Boolean} if true, fatal errors will only write to error logs rather than kill the process.
  • notify: {Boolean} if true, the errors will be displayed in the notification bar.

License

MIT

Keywords

cortex

FAQs

Package last updated on 10 Sep 2014

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