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

@instana/metrics-util

Package Overview
Dependencies
Maintainers
3
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/metrics-util - npm Package Compare versions

Comparing version

to
1.131.0

12

package.json
{
"name": "@instana/metrics-util",
"version": "1.130.1",
"version": "1.131.0",
"description": "Internal utility library for Instana metric collection",

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

"test": "npm run test:mocha",
"test:mocha": "mocha --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/metrics-util/results.xml $(find test -iname '*test.js')",
"test:mocha": "mocha --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/metrics-util/results.xml $(find test -iname '*test.js' -not -path '*node_modules*')",
"test:debug": "WITH_STDOUT=true npm run test:mocha",

@@ -55,5 +55,5 @@ "lint": "eslint src test",

"dependencies": {
"@instana/core": "1.130.1",
"@instana/serverless": "1.130.1",
"@instana/shared-metrics": "1.130.1",
"@instana/core": "1.131.0",
"@instana/serverless": "1.131.0",
"@instana/shared-metrics": "1.131.0",
"node-fetch": "^2.6.1"

@@ -71,3 +71,3 @@ },

},
"gitHead": "6fe6e2f1d58b616bfb5ef408f13af2febe9ad19a"
"gitHead": "c143ddafc50f8305684638f5abff0ee847830408"
}