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.74.2 to 1.75.0

12

package.json
{
"name": "@instana/aws-lambda",
"version": "1.74.2",
"version": "1.75.0",
"description": "Monitor Node.js based AWS Lambdas with Instana",

@@ -29,6 +29,6 @@ "author": {

"audit": "bin/prepare-audit.sh && npm audit --production; git checkout package-lock.json",
"test": "echo \"$(node -v)\" | grep v6 > /dev/null || npm run test:nolint && npm run test:lint",
"test:nolint": "npm run test:mocha",
"test": "echo \"$(node -v)\" | grep v6 > /dev/null || npm run test:mocha",
"test:mocha": "mocha --reporter spec $(find test -iname '*test.js')",
"test:lint": "eslint src test lambdas",
"lint": "eslint src test lambdas",
"verify": "npm run lint && npm test",
"prettier": "prettier --write 'src/**/*.js' 'test/**/*.js' 'lambdas/**/*.js'"

@@ -61,3 +61,3 @@ },

"dependencies": {
"@instana/core": "^1.74.2",
"@instana/core": "^1.75.0",
"semver": "^5.6.0"

@@ -75,3 +75,3 @@ },

},
"gitHead": "de6e7ec86045ab2482587d2564d36d4ee836b6ee"
"gitHead": "d127eb54c91c658eca2a390a10ff6cda6d5f679b"
}
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