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

instana-aws-lambda-auto-wrap

Package Overview
Dependencies
Maintainers
4
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instana-aws-lambda-auto-wrap - npm Package Compare versions

Comparing version 2.25.2 to 2.25.3

8

CHANGELOG.md

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

## [2.25.3](https://github.com/instana/nodejs/compare/v2.25.2...v2.25.3) (2023-06-27)
**Note:** Version bump only for package instana-aws-lambda-auto-wrap
## [2.25.2](https://github.com/instana/nodejs/compare/v2.25.1...v2.25.2) (2023-06-22)

@@ -8,0 +16,0 @@

10

package.json
{
"name": "instana-aws-lambda-auto-wrap",
"version": "2.25.2",
"version": "2.25.3",
"description": "Automatically wrap AWS Lambdas for Instana tracing and monitoring without code modification.",

@@ -30,3 +30,3 @@ "author": {

"test:debug": "WITH_STDOUT=true npm run test",
"test:ci": "echo \"******* Files to be tested:\n $CI_AWS_LAMBDA_AUTO_WRAP_TEST_FILES\" && if [ -z \"${CI_AWS_LAMBDA_AUTO_WRAP_TEST_FILES}\" ]; then echo \"No Files to test in this node\"; else mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --sort ${CI_LAMBDA_AUTO_WRAP_TEST_FILES}; fi",
"test:ci": "echo \"******* Files to be tested:\n $CI_AWS_LAMBDA_AUTO_WRAP_TEST_FILES\" && if [ -z \"${CI_AWS_LAMBDA_AUTO_WRAP_TEST_FILES}\" ]; then echo \"No test files have been assigned to this CircleCI executor.\"; else mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --sort ${CI_LAMBDA_AUTO_WRAP_TEST_FILES}; fi",
"lint": "eslint src",

@@ -67,4 +67,4 @@ "verify": "npm run lint",

"dependencies": {
"@instana/aws-lambda": "2.25.2",
"@instana/core": "2.25.2"
"@instana/aws-lambda": "2.25.3",
"@instana/core": "2.25.3"
},

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

},
"gitHead": "75ea06746e1c37f284a91fe40366b851c9f8452d"
"gitHead": "056df7760fc065959570c1ceb92115778db42e27"
}
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