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

airbrake

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airbrake - npm Package Compare versions

Comparing version 0.3.2 to 0.3.4

4

lib/airbrake.js

@@ -57,3 +57,3 @@ var HTTP_STATUS_CODES = require('http').STATUS_CODES;

err.action = req.method;
err.params = JSON.stringify(req.body);
err.params = req.body;
err.session = req.session;

@@ -259,3 +259,3 @@

if ('string' !== typeof value) {
value = util.inspect(value);
value = util.inspect(value, { showHidden: true, depth: null });
}

@@ -262,0 +262,0 @@

@@ -20,3 +20,3 @@ {

"description": "Node.js client for airbrake.io",
"version": "0.3.2",
"version": "0.3.4",
"homepage": "https://github.com/felixge/node-airbrake",

@@ -23,0 +23,0 @@ "repository": {

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