Socket
Socket
Sign inDemoInstall

cortex-command-errors

Package Overview
Dependencies
6
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cortex-command-errors

Gracefully handle error hints for cortex commands.


Version published
Weekly downloads
3
Maintainers
2
Install size
10.1 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 10 Sep 2014

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