Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elastic-apm-http-client

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elastic-apm-http-client - npm Package Compare versions

Comparing version 9.3.0 to 9.4.0

16

lib/truncate.js

@@ -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 @@

6

package.json
{
"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
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc