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 - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

license.md

2

example.js

@@ -8,3 +8,3 @@ 'use strict';

//Module accepts a boolean on whether to stop execution on expception, defaults to true
TinyCrashReporter(false);
TinyCrashReporter(true);

@@ -11,0 +11,0 @@ //If an error occurs, crash reporter will catch and log it

{
"name": "tiny-crash-reporter",
"version": "1.0.1",
"version": "1.0.2",
"description": "Reports uncaught exceptions",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -21,3 +21,4 @@ Micro-library for handling uncaught exceptions for [node](http://nodejs.org)

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

@@ -24,0 +25,0 @@ ## Examples

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