@instana/shared-metrics
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -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 @@ |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
650823
52
27
+ Added@instana/core@2.2.0(transitive)
- Removed@instana/core@2.1.0(transitive)
Updated@instana/core@2.2.0