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

@instana/shared-metrics

Package Overview
Dependencies
Maintainers
7
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 1.137.2 to 1.137.3

8

CHANGELOG.md

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

## [1.137.3](https://github.com/instana/nodejs/compare/v1.137.2...v1.137.3) (2021-12-16)
**Note:** Version bump only for package @instana/shared-metrics
## [1.137.2](https://github.com/instana/nodejs/compare/v1.137.1...v1.137.2) (2021-11-30)

@@ -8,0 +16,0 @@

13

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

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

"dependencies": {
"@instana/core": "1.137.2",
"@instana/core": "1.137.3",
"detect-libc": "^1.0.3",

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

"@types/tar": "^4.0.5",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mocha": "^8.1.0",
"mocha": "^7.2.0",
"prettier": "^2.3.2"
"no-code2": "2.0.0"
},

@@ -92,3 +87,3 @@ "optionalDependencies": {

},
"gitHead": "ca9a931fc68f8c9a25c7952357db2c44b7c52e3d"
"gitHead": "c95b2f696a354c76ee8ab500e7b81cb91f8450e1"
}

@@ -242,2 +242,3 @@ /*

}
// @ts-ignore: Cannot redeclare exported variable 'currentPayload'

@@ -244,0 +245,0 @@ exports.currentPayload = preliminaryPayload;

@@ -33,7 +33,8 @@ /*

requireHook.onModuleLoad('admin-plugin-healthcheck', function onAdminPluginHealthcheckLoaded(
/** @type {*} */ _adminPluginHealthcheck
) {
adminPluginHealthcheck = _adminPluginHealthcheck;
});
requireHook.onModuleLoad(
'admin-plugin-healthcheck',
function onAdminPluginHealthcheckLoaded(/** @type {*} */ _adminPluginHealthcheck) {
adminPluginHealthcheck = _adminPluginHealthcheck;
}
);

@@ -40,0 +41,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