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.1.0 to 2.2.0

addons/linux/.DS_Store

8

CHANGELOG.md

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

# [2.2.0](https://github.com/instana/nodejs/compare/v2.1.0...v2.2.0) (2022-05-18)
**Note:** Version bump only for package @instana/shared-metrics
# [2.1.0](https://github.com/instana/nodejs/compare/v2.0.0...v2.1.0) (2022-04-28)

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

10

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

@@ -29,4 +29,4 @@ "author": {

"audit": "bin/prepare-audit.sh && npm audit --production; AUDIT_RESULT=$?; git checkout package-lock.json; exit $AUDIT_RESULT",
"test": "mocha --sort test/globalHooks_test.js $(find test -iname '*test.js' -not -path '*node_modules*')",
"test:ci": "echo \"******* Files to be tested:\n $CI_SHARED_METRICS_TEST_FILES\" && if [ -z \"${CI_SHARED_METRICS_TEST_FILES}\" ]; then echo \"No Files to test in this node\"; else mocha --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --sort test/globalHooks_test.js ${CI_SHARED_METRICS_TEST_FILES}; fi",
"test": "mocha --config=test/.mocharc.js --require test/hooks.js --sort $(find test -iname '*test.js' -not -path '*node_modules*')",
"test:ci": "echo \"******* Files to be tested:\n $CI_SHARED_METRICS_TEST_FILES\" && if [ -z \"${CI_SHARED_METRICS_TEST_FILES}\" ]; then echo \"No Files to test in this node\"; else mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --require test/hooks.js ${CI_SHARED_METRICS_TEST_FILES}; fi",
"test:debug": "WITH_STDOUT=true npm run test",

@@ -71,3 +71,3 @@ "lint": "eslint src test",

"dependencies": {
"@instana/core": "2.1.0",
"@instana/core": "2.2.0",
"detect-libc": "^1.0.3",

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

},
"gitHead": "d2032da184c812f6e5912225f7438904044cf3d8"
"gitHead": "5f039b739bf6726e6a0da401721f6ea790d9850d"
}
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