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 8.1.1 to 8.2.0

2

index.js

@@ -532,3 +532,3 @@ 'use strict'

headers['Accept'] = 'application/json'
headers['User-Agent'] = opts.userAgent + ' ' + pkg.name + '/' + pkg.version
headers['User-Agent'] = `${opts.userAgent} ${pkg.name}/${pkg.version} ${process.release.name}/${process.versions.node}`
return Object.assign(headers, opts.headers)

@@ -535,0 +535,0 @@ }

{
"name": "elastic-apm-http-client",
"version": "8.1.1",
"version": "8.2.0",
"description": "A low-level HTTP client for communicating with the Elastic APM intake API",

@@ -53,5 +53,5 @@ "main": "index.js",

"coordinates": [
55.695094,
12.547834
55.778278,
12.593145
]
}
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