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.5 to 0.3.6

test.js

3

CHANGELOG.md
# Change Log
**0.3.6**
- Allow addRequestData to be overridden. ([#24](https://github.com/rollbar/node_rollbar/pull/24))
**0.3.5**

@@ -4,0 +7,0 @@ - Handles a situation where circular references could likely exist which may result in no payload being sent at all.

7

lib/notifier.js

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

scrubHeaders: [],
scrubFields: ['passwd', 'password', 'secret', 'confirm_password', 'password_confirmation']
scrubFields: ['passwd', 'password', 'secret', 'confirm_password', 'password_confirmation'],
addRequestData: addRequestData
};

@@ -98,3 +99,3 @@

if (req) {
addRequestData(data, req);
SETTINGS.addRequestData(data, req);
}

@@ -127,3 +128,3 @@ data.server = buildServerData();

if (req) {
addRequestData(data, req);
SETTINGS.addRequestData(data, req);
}

@@ -130,0 +131,0 @@ data.server = buildServerData();

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

],
"version": "0.3.5",
"version": "0.3.6",
"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