elastic-apm-http-client
Advanced tools
Comparing version 9.1.0 to 9.1.1
@@ -305,3 +305,3 @@ 'use strict' | ||
function truncateCustomKeys (value, max, keywords) { | ||
if (typeof value !== 'object') { | ||
if (typeof value !== 'object' || value === null) { | ||
return value | ||
@@ -308,0 +308,0 @@ } |
{ | ||
"name": "elastic-apm-http-client", | ||
"version": "9.1.0", | ||
"version": "9.1.1", | ||
"description": "A low-level HTTP client for communicating with the Elastic APM intake API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
43687