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

@instana/aws-lambda

Package Overview
Dependencies
Maintainers
3
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/aws-lambda - npm Package Compare versions

Comparing version 1.92.2 to 1.92.3

8

package.json
{
"name": "@instana/aws-lambda",
"version": "1.92.2",
"version": "1.92.3",
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas",

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

"dependencies": {
"@instana/core": "^1.92.2",
"@instana/serverless": "^1.92.2"
"@instana/core": "^1.92.3",
"@instana/serverless": "^1.92.3"
},

@@ -75,3 +75,3 @@ "devDependencies": {

},
"gitHead": "6d36b95a546e8ae49dd2f8240cff851003a10ba9"
"gitHead": "9cd92f557e22e542264547544ffb886e4a8b2319"
}

@@ -194,3 +194,2 @@ 'use strict';

function init(event, arnInfo, _config) {
/* eslint-disable dot-notation */
config = _config || {};

@@ -200,4 +199,4 @@

logger = config.logger;
} else if (config.level || process.env['INSTANA_LOG_LEVEL']) {
logger.setLevel(config.level || process.env['INSTANA_LOG_LEVEL']);
} else if (process.env.INSTANA_DEBUG || config.level || process.env.INSTANA_LOG_LEVEL) {
logger.setLevel(process.env.INSTANA_DEBUG ? 'debug' : config.level || process.env.INSTANA_LOG_LEVEL);
}

@@ -204,0 +203,0 @@ identityProvider.init(arnInfo);

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