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.1.1 to 9.2.0

9

index.js

@@ -563,3 +563,4 @@ 'use strict'

framework: undefined,
version: undefined
version: undefined,
node: undefined
},

@@ -582,2 +583,8 @@ process: {

if (opts.serviceNodeName) {
payload.service.node = {
configured_name: opts.serviceNodeName
}
}
if (opts.serviceVersion) payload.service.version = opts.serviceVersion

@@ -584,0 +591,0 @@

2

package.json
{
"name": "elastic-apm-http-client",
"version": "9.1.1",
"version": "9.2.0",
"description": "A low-level HTTP client for communicating with the Elastic APM intake API",

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

@@ -65,2 +65,3 @@ # elastic-apm-http-client

- `serviceName` - (required) The name of the service being instrumented
- `serviceNodeName` - Unique name of the service being instrumented
- `serviceVersion` - The version of the service being instrumented

@@ -67,0 +68,0 @@ - `frameworkName` - If the service being instrumented is running a

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