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

@instana/shared-metrics

Package Overview
Dependencies
Maintainers
6
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/shared-metrics - npm Package Compare versions

Comparing version 2.14.0 to 2.14.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.14.1](https://github.com/instana/nodejs/compare/v2.14.0...v2.14.1) (2023-01-12)
### Bug Fixes
* **collector:** fixed package.json not being found when app is ESM ([#678](https://github.com/instana/nodejs/issues/678)) ([0dbd0a2](https://github.com/instana/nodejs/commit/0dbd0a223344dabc49c559ba92e383b2356d5323))
# [2.14.0](https://github.com/instana/nodejs/compare/v2.13.2...v2.14.0) (2023-01-02)

@@ -8,0 +19,0 @@

6

package.json
{
"name": "@instana/shared-metrics",
"version": "2.14.0",
"version": "2.14.1",
"description": "Internal metrics plug-in package for Node.js monitoring with Instana",

@@ -70,3 +70,3 @@ "author": {

"dependencies": {
"@instana/core": "2.14.0",
"@instana/core": "2.14.1",
"detect-libc": "^1.0.3",

@@ -86,3 +86,3 @@ "event-loop-lag": "^1.4.0",

},
"gitHead": "5b9cda0a1e7816fe223cb421f8295abb7b0d5938"
"gitHead": "4044eba96b67343b4f03a515887ab677f70ae408"
}

@@ -50,3 +50,3 @@ /*

} else if (!mainPackageJsonPath && attempts < exports.MAX_ATTEMPTS) {
logger.debug('Main package.json could not be found. Will try again later.');
logger.debug(`Main package.json could not be found at ${mainPackageJsonPath}. Will try again later.`);
setTimeout(exports.activate, DELAY).unref();

@@ -53,0 +53,0 @@ return;

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