Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elastic-apm-utils

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elastic-apm-utils - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

package.json
{
"name": "elastic-apm-utils",
"description": "Utilities for Elastic APM",
"version": "3.0.1",
"version": "3.0.2",
"github": "https://github.com/MartinKolarik/elastic-apm-utils/",

@@ -6,0 +6,0 @@ "main": "./src/index.js",

@@ -111,3 +111,6 @@ const _ = require('lodash');

let parsed = url.parse(origin);
apmClient.setLabel('origin', `${parsed.protocol}//${parsed.host}`);
if (parsed.protocol && parsed.host) {
apmClient.setLabel('origin', `${parsed.protocol}//${parsed.host}`);
}
}

@@ -114,0 +117,0 @@ }

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