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.84.0 to 1.84.1

10

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

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

"backend-stub": "node test/backend_stub",
"audit": "bin/prepare-audit.sh && npm audit --production; git checkout package-lock.json",
"audit": "bin/prepare-audit.sh && npm audit --production; AUDIT_RESULT=$?; git checkout package-lock.json; exit $AUDIT_RESULT",
"test": "echo \"$(node -v)\" | grep v6 > /dev/null || npm run test:mocha",

@@ -62,4 +62,4 @@ "test:mocha": "mocha --reporter spec $(find test -iname '*test.js')",

"dependencies": {
"@instana/core": "^1.84.0",
"@instana/serverless": "^1.84.0"
"@instana/core": "^1.84.1",
"@instana/serverless": "^1.84.1"
},

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

},
"gitHead": "cef49c57404f4ebb2b346561aff2b4e44a5e54be"
"gitHead": "f6202c94712bc6b4395ebe6edee09b2dbd8e9b5e"
}
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