@instana/core
Advanced tools
Comparing version 2.26.0 to 2.26.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.26.1](https://github.com/instana/nodejs/compare/v2.26.0...v2.26.1) (2023-07-10) | ||
### Bug Fixes | ||
* **shared-metrics:** esm app package.json not being found when node_options is set ([#817](https://github.com/instana/nodejs/issues/817)) ([dc8f7af](https://github.com/instana/nodejs/commit/dc8f7af9b8f61bb97768eb18e36bff3fb80b6ccc)) | ||
# [2.26.0](https://github.com/instana/nodejs/compare/v2.25.3...v2.26.0) (2023-07-04) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@instana/core", | ||
"version": "2.26.0", | ||
"version": "2.26.1", | ||
"description": "Core library for Instana's Node.js packages", | ||
@@ -143,3 +143,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "719996a3c366fbf3dc318fb8f0d3cbd825828b4f" | ||
"gitHead": "ce1e2e72111cb7ae8c372249b4045b9ebb341e09" | ||
} |
@@ -147,2 +147,3 @@ /* | ||
(process._preload_modules && process._preload_modules.length > 0) || | ||
(process.env.NODE_OPTIONS && process.env.NODE_OPTIONS.indexOf('--experimental-loader') !== -1) || | ||
(process.execArgv && | ||
@@ -149,0 +150,0 @@ process.execArgv.length > 0 && |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
751776
19701
41