@instana/aws-lambda
Advanced tools
Comparing version 1.84.1 to 1.84.2
{ | ||
"name": "@instana/aws-lambda", | ||
"version": "1.84.1", | ||
"version": "1.84.2", | ||
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas", | ||
@@ -61,4 +61,4 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "^1.84.1", | ||
"@instana/serverless": "^1.84.1" | ||
"@instana/core": "^1.84.2", | ||
"@instana/serverless": "^1.84.2" | ||
}, | ||
@@ -75,3 +75,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "f6202c94712bc6b4395ebe6edee09b2dbd8e9b5e" | ||
"gitHead": "6792407a8d178ebde53ad4875bdfc9a7829340c6" | ||
} |
@@ -97,3 +97,3 @@ 'use strict'; | ||
if (handlerHasFinished) { | ||
return; | ||
lambdaCallback(originalError, originalResult); | ||
} | ||
@@ -115,3 +115,3 @@ handlerHasFinished = true; | ||
if (handlerHasFinished) { | ||
return; | ||
originalDone(originalError, originalResult); | ||
} | ||
@@ -127,3 +127,3 @@ handlerHasFinished = true; | ||
if (handlerHasFinished) { | ||
return; | ||
originalSucceed(originalResult); | ||
} | ||
@@ -139,3 +139,3 @@ handlerHasFinished = true; | ||
if (handlerHasFinished) { | ||
return; | ||
originalFail(originalError); | ||
} | ||
@@ -142,0 +142,0 @@ handlerHasFinished = true; |
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 1 instance 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
52191
16
1
Updated@instana/core@^1.84.2
Updated@instana/serverless@^1.84.2