Socket
Socket
Sign inDemoInstall

@resourcefulhumans/rheactor-errors

Package Overview
Dependencies
1
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @resourcefulhumans/rheactor-errors

A collection of errors


Version published
Weekly downloads
3
increased by200%
Maintainers
3
Install size
123 kB
Created
Weekly downloads
 

Readme

Source

rheactor-errors

Build Status npm version monitored by greenkeeper.io js-standard-style semantic-release Test Coverage Code Climate

A collection of errors

Note that Babel does not support extending builtin classes, so we use this way to create the error objects:

class MyError {
  constructor(message) {
    this.name = MyError.name
    this.message = message
    this.stack = (new Error(message)).stack
  }
}
MyError.prototype = Object.create(Error.prototype)

FAQs

Last updated on 10 Mar 2017

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