elastic-apm-node
Advanced tools
Comparing version 4.5.2 to 4.5.3
@@ -141,3 +141,3 @@ /* | ||
) { | ||
messageCtx.body = message.value.toString(); | ||
messageCtx.body = message.value?.toString(); | ||
} | ||
@@ -144,0 +144,0 @@ |
{ | ||
"name": "elastic-apm-node", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"description": "The official Elastic APM agent for Node.js", | ||
@@ -164,3 +164,3 @@ "type": "commonjs", | ||
"eslint-plugin-license-header": "^0.6.0", | ||
"eslint-plugin-n": "^16.0.1", | ||
"eslint-plugin-n": "^17.2.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
@@ -167,0 +167,0 @@ "eslint-plugin-promise": "^6.1.1", |
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
919707