New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instana/core

Package Overview
Dependencies
Maintainers
2
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/core - npm Package Compare versions

Comparing version 2.26.0 to 2.26.1

11

CHANGELOG.md

@@ -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 @@

4

package.json
{
"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 &&

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