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
3
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 11.0.3 to 11.0.4

4

index.js

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

if (!this._conf.serverTimeout && this._conf.serverTimeout !== 0) this._conf.serverTimeout = 15000
if (!this._conf.serverUrl) this._conf.serverUrl = 'http://localhost:8200'
if (!this._conf.serverUrl) this._conf.serverUrl = 'http://127.0.0.1:8200'
if (!this._conf.hostname) this._conf.hostname = hostname

@@ -991,3 +991,3 @@ if (!this._conf.environment) this._conf.environment = process.env.NODE_ENV || 'development'

// during a request. Given that the normal makeIntakeRequest behaviour
// is to keep a request open for up to 10s (`apiRequestTimeout`), we must
// is to keep a request open for up to 10s (`apiRequestTime`), we must
// manually unref the socket.

@@ -994,0 +994,0 @@ //

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

@@ -13,3 +13,4 @@ "main": "index.js",

"scripts": {
"test": "standard && nyc ./test/run_tests.sh"
"lint": "standard",
"test": "nyc ./test/run_tests.sh"
},

@@ -16,0 +17,0 @@ "engines": {

@@ -85,3 +85,3 @@ # elastic-apm-http-client

- `apiKey` - Elastic APM API key
- `serverUrl` - The APM Server URL (default: `http://localhost:8200`)
- `serverUrl` - The APM Server URL (default: `http://127.0.0.1:8200`)
- `headers` - An object containing extra HTTP headers that should be

@@ -88,0 +88,0 @@ used when making HTTP requests to he APM Server

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