Socket
Socket
Sign inDemoInstall

rollbar

Package Overview
Dependencies
Maintainers
3
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollbar - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

CHANGELOG.md

2

package.json

@@ -13,3 +13,3 @@ {

],
"version": "0.3.0",
"version": "0.3.1",
"repository": "git://github.com/rollbar/node_rollbar.git",

@@ -16,0 +16,0 @@ "author": "Cory Virok <cory@rollbar.com>",

@@ -225,2 +225,3 @@ var util = require('util');

// Default to exiting on uncaught exceptions unless options.exitOnUncaughtException is set
options = options || {};
var exitOnUncaught = options.exitOnUncaughtException === undefined ? false : !!options.exitOnUncaughtException;

@@ -227,0 +228,0 @@ delete options.exitOnUncaughtException;

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