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 7.1.0 to 7.1.1

lib/stringify.js

3

index.js

@@ -14,2 +14,3 @@ 'use strict'

const ndjson = require('./lib/ndjson')
const stringify = require('./lib/stringify')
const truncate = require('./lib/truncate')

@@ -215,2 +216,3 @@ const pkg = require('./package')

case Client.encoding.TRANSACTION:
stringify.context(obj.transaction.context)
truncate.transaction(obj.transaction, this._opts)

@@ -222,2 +224,3 @@ break

case Client.encoding.ERROR:
stringify.context(obj.error.context)
truncate.error(obj.error, this._opts)

@@ -224,0 +227,0 @@ break

6

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

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

"coordinates": [
55.778277,
12.592935
55.778272,
12.593194
]
}
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