Comparing version 4.0.1 to 5.0.0
@@ -17,5 +17,6 @@ 'use strict'; | ||
var statsd = opts.statsd; | ||
var verbose = opts.verbose; | ||
var errOpts = { | ||
verbose: opts.verbose || false, | ||
verbose: typeof verbose === 'boolean' ? verbose : true, | ||
bodyStatusCode: opts.bodyStatusCode, | ||
@@ -22,0 +23,0 @@ additionalParams: opts.additionalParams, |
{ | ||
"name": "send-data", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "send data through response", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
25258
665