Comparing version 0.3.2 to 0.3.4
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
91555
3