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

@instana/aws-lambda

Package Overview
Dependencies
Maintainers
2
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 3.3.0 to 3.3.1

4

CHANGELOG.md

@@ -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 @@

8

package.json
{
"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

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