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.0 to 9.1.1

2

lib/truncate.js

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

function truncateCustomKeys (value, max, keywords) {
if (typeof value !== 'object') {
if (typeof value !== 'object' || value === null) {
return value

@@ -308,0 +308,0 @@ }

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

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

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