elastic-apm-http-client
Advanced tools
Comparing version 9.3.0 to 9.4.0
@@ -282,2 +282,18 @@ 'use strict' | ||
return opts.truncateKeywordsAt | ||
case 'destination': | ||
switch (path[2]) { | ||
case 'address': | ||
return opts.truncateKeywordsAt | ||
case 'service': | ||
switch (path[3]) { | ||
case 'name': | ||
case 'resource': | ||
case 'type': | ||
return opts.truncateKeywordsAt | ||
} | ||
break | ||
} | ||
break | ||
} | ||
@@ -284,0 +300,0 @@ |
{ | ||
"name": "elastic-apm-http-client", | ||
"version": "9.3.0", | ||
"version": "9.4.0", | ||
"description": "A low-level HTTP client for communicating with the Elastic APM intake API", | ||
@@ -52,5 +52,5 @@ "main": "index.js", | ||
"coordinates": [ | ||
55.778274, | ||
12.593031 | ||
56.038754, | ||
12.61983 | ||
] | ||
} |
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
44647
934
2