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.4 to 0.3.5

3

CHANGELOG.md
# Change Log
**0.3.5**
- Handles a situation where circular references could likely exist which may result in no payload being sent at all.
**0.3.4**

@@ -4,0 +7,0 @@ - Fix bug that was not properly serializing JSON when there were multiple references to the same object in the payload.

2

lib/notifier.js

@@ -196,3 +196,3 @@ var http = require('http');

uuid: genUuid(),
notifier: SETTINGS.notifier};
notifier: JSON.parse(JSON.stringify(SETTINGS.notifier))};

@@ -199,0 +199,0 @@ if (SETTINGS.codeVersion) {

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

],
"version": "0.3.4",
"version": "0.3.5",
"repository": "git://github.com/rollbar/node_rollbar.git",

@@ -16,0 +16,0 @@ "author": "Rollbar, Inc. <support@rollbar.com>",

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