Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tiny-crash-reporter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-crash-reporter

Reports uncaught exceptions

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Micro-library for handling uncaught exceptions for node

Installation

$ npm install tiny-crash-reporter

Usage

TinyCrashReporter consists of a single API call with a single boolean option. Simple require the module into your code and execute the modules function.

const TinyCrashReporter = require('tiny-crash-reporter');

TinyCrashReporter();

This initialises the module and will start it handling your uncaught exceptions.

TinyCrashReporter accepts one argument: stopExcecution: Tells the module to end the process when an exception is handled. Default: true

Examples

The libraries functionality is demonstrated in the example.js file found in the node_modules folder

FAQs

Package last updated on 17 Jun 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc