Comparing version 3.2.3 to 3.2.4
@@ -45,2 +45,9 @@ var extend = require("xtend") | ||
if (serializeError.domainEmitter && | ||
serializeError.domainEmitter.domain && | ||
typeof serializeError.domainEmitter.domain.on === "function" | ||
) { | ||
delete serializeError.domainEmitter | ||
} | ||
opts.body = { errors: [serializeError] } | ||
@@ -47,0 +54,0 @@ } |
{ | ||
"name": "send-data", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"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
12247
230