@opentelemetry/resource-detector-azure
Advanced tools
Comparing version
{ | ||
"name": "@opentelemetry/resource-detector-azure", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "OpenTelemetry SDK resource detector for Azure", | ||
"main": "build/src/index.js", | ||
"module": "build/esm/index.js", | ||
"types": "build/src/index.d.ts", | ||
"repository": "open-telemetry/opentelemetry-js-contrib", | ||
"scripts": { | ||
"clean": "rimraf build/*", | ||
"compile": "tsc -p .", | ||
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json", | ||
"compile": "tsc --build tsconfig.json tsconfig.esm.json", | ||
"lint": "eslint . --ext .ts", | ||
@@ -17,3 +18,3 @@ "lint:fix": "eslint . --ext .ts --fix", | ||
"tdd": "npm run test -- --watch-extensions ts --watch", | ||
"watch": "tsc -w" | ||
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json" | ||
}, | ||
@@ -28,3 +29,6 @@ "author": "OpenTelemetry Authors", | ||
"build/src/**/*.js.map", | ||
"build/src/**/*.d.ts" | ||
"build/src/**/*.d.ts", | ||
"build/esm/**/*.js", | ||
"build/esm/**/*.js.map", | ||
"build/esm/**/*.d.ts" | ||
], | ||
@@ -55,3 +59,4 @@ "publishConfig": { | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/detectors/node/opentelemetry-resource-detector-azure#readme", | ||
"gitHead": "3ef5205e5353010184c69ff7b9f0f4830f0932de" | ||
"sideEffects": false, | ||
"gitHead": "bcf1da7964e72c47e127cfc3f615c79da3c5dc30" | ||
} |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances in 1 package
128677
76.81%45
87.5%1135
110.97%23
91.67%2
100%