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

@opentelemetry/resource-detector-azure

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/resource-detector-azure - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

build/src/detectors/AzureFunctionsDetector.js

@@ -36,4 +36,4 @@ "use strict";

const functionName = process.env[types_1.WEBSITE_SITE_NAME];
if (functionName) {
const functionVersion = process.env[types_1.FUNCTIONS_VERSION];
const functionVersion = process.env[types_1.FUNCTIONS_VERSION];
if (functionName && functionVersion) {
const functionInstance = process.env[types_1.WEBSITE_INSTANCE_ID];

@@ -40,0 +40,0 @@ const functionMemLimit = process.env[types_1.FUNCTIONS_MEM_LIMIT];

{
"name": "@opentelemetry/resource-detector-azure",
"version": "0.2.1",
"version": "0.2.2",
"description": "OpenTelemetry SDK resource detector for Azure",

@@ -51,3 +51,3 @@ "main": "build/src/index.js",

"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/detectors/node/opentelemetry-resource-detector-azure#readme",
"gitHead": "a757b5e443dfe1dade090aeb11ec37d0e802f8af"
"gitHead": "c7e7000b7bf79b0b107c448b403c2613a9b9e2c1"
}

Sorry, the diff of this file is not supported yet

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