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.15.0 to 2.15.1

2

lib/index.js

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

/* istanbul ignore else */
if (err) { AwsHelper.log.error(params, `Failed to publish SNS event to ${process.env.SEARCH_RESULT_TOPIC} `); }
if (err) { AwsHelper.log.error({ params: params, error: err }, `Failed to publish SNS event to ${process.env.SEARCH_RESULT_TOPIC}`); }
});

@@ -374,0 +374,0 @@ httpRequest(options, callback);

{
"name": "aws-lambda-helper",
"version": "2.15.0",
"version": "2.15.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