@instana/aws-lambda
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [3.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) | ||
**Note:** Version bump only for package @instana/aws-lambda | ||
# [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@instana/aws-lambda", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas", | ||
@@ -72,6 +72,6 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "3.3.0", | ||
"@instana/serverless": "3.3.0" | ||
"@instana/core": "3.3.1", | ||
"@instana/serverless": "3.3.1" | ||
}, | ||
"gitHead": "7919ec49da1b5f82ce610fde3e95eac3eb097060" | ||
"gitHead": "441bf30bdcb4904720331e09136cabc31c11e369" | ||
} |
@@ -112,3 +112,3 @@ /* | ||
const endInMs = Date.now(); | ||
const awsTimeoutInMs = 1000; | ||
const awsTimeoutInMs = process.env.INSTANA_AWS_SSM_TIMEOUT_IN_MS ? Number(process.env.INSTANA_AWS_SSM_TIMEOUT) : 1000; | ||
@@ -115,0 +115,0 @@ // CASE: the time between ssm lib initialisation and waitAndGetInstanaKey call |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 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
70806
391
46
16
+ Added@instana/core@3.3.1(transitive)
+ Added@types/node@22.10.2(transitive)
- Removed@instana/core@3.3.0(transitive)
- Removed@types/node@22.10.5(transitive)
Updated@instana/core@3.3.1
Updated@instana/serverless@3.3.1