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

@instana/collector

Package Overview
Dependencies
Maintainers
6
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/collector - npm Package Compare versions

Comparing version 2.19.0 to 2.20.0

11

CHANGELOG.md

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

# [2.20.0](https://github.com/instana/nodejs/compare/v2.19.0...v2.20.0) (2023-03-24)
### Features
* **collector:** added support for amqplib 0.10.x ([b56a827](https://github.com/instana/nodejs/commit/b56a82791a1b62eed57232df9c2df699b0a4f863))
# [2.19.0](https://github.com/instana/nodejs/compare/v2.18.1...v2.19.0) (2023-03-17)

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

13

package.json
{
"name": "@instana/collector",
"version": "2.19.0",
"version": "2.20.0",
"description": "The Instana Node.js metrics and trace data collector",

@@ -138,11 +138,10 @@ "author": {

"dependencies": {
"@instana/core": "2.19.0",
"@instana/shared-metrics": "2.19.0",
"@instana/core": "2.20.0",
"@instana/shared-metrics": "2.20.0",
"bunyan": "^1.8.15",
"semver": "7.3.3",
"serialize-error": "^3.0.0",
"shimmer": "1.2.1"
"serialize-error": "^3.0.0"
},
"optionalDependencies": {
"@instana/autoprofile": "2.19.0"
"@instana/autoprofile": "2.20.0"
},

@@ -157,3 +156,3 @@ "devDependencies": {

},
"gitHead": "3fec1d458321e80740e3de94829629b93b5df400"
"gitHead": "c71af966fc982536e9c68f9fca477b8b91fad090"
}

@@ -80,3 +80,3 @@ /*

if (err) {
logger.info('Announce attempt failed: %s. Will retry in %s ms', err.message, retryDelay);
logger.debug('Announce attempt failed: %s. Will retry in %s ms', err.message, retryDelay);
setTimeout(tryToAnnounce, retryDelay, ctx, nextRetryDelay).unref();

@@ -83,0 +83,0 @@ return;

@@ -11,5 +11,6 @@ /*

const getCls = require('@instana/core').tracing.getCls;
const coreChildProcess = require('child_process');
const shimmer = require('shimmer');
const { tracing } = require('@instana/core');
const shimmer = tracing.shimmer;
const getCls = tracing.getCls;

@@ -16,0 +17,0 @@ const selfPath = require('./selfPath');

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