New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-lambda-helper

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-lambda-helper - npm Package Compare versions

Comparing version 2.20.0 to 2.20.1

4

lib/index.js

@@ -35,3 +35,3 @@ 'use strict';

if (process.env.LLTRACE_ON) {
AWS.init(context.functionName);
AWS.init(context.invokedFunctionArn);
}

@@ -164,3 +164,3 @@

var payload = JSON.parse(data.Payload);
if (payload.errorMessage) return cb(payload);
if (payload && payload.errorMessage) return cb(payload);
return cb(null, payload);

@@ -167,0 +167,0 @@ });

{
"name": "aws-lambda-helper",
"version": "2.20.0",
"version": "2.20.1",
"description": "Collection of helper methods for lambda",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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