Socket
Socket
Sign inDemoInstall

@aesop-fables/triginta

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aesop-fables/triginta - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

19

lib/sqs/SqsLambda.js

@@ -80,2 +80,11 @@ "use strict";

}
catch (e) {
const failureHandler = childContainer.get(SqsLambdaServices_1.SqsLambdaServices.FailureHandler);
const shouldReport = yield failureHandler.onError(record, e);
if (shouldReport) {
response.batchItemFailures.push({
itemIdentifier: record.messageId,
});
}
}
finally {

@@ -93,9 +102,5 @@ if (childContainer) {

catch (e) {
const failureHandler = this.container.get(SqsLambdaServices_1.SqsLambdaServices.FailureHandler);
const shouldReport = yield failureHandler.onError(record, e);
if (shouldReport) {
response.batchItemFailures.push({
itemIdentifier: record.messageId,
});
}
// We need to revisit this
// https://github.com/aesop-fables/triginta/issues/199
throw e;
}

@@ -102,0 +107,0 @@ }

{
"name": "@aesop-fables/triginta",
"version": "0.9.2",
"version": "0.9.3",
"description": "A lightweight framework that wraps the basic infrastructure usages of AWS Lambda (SQS, Kinesis, etc.).",

@@ -5,0 +5,0 @@ "type": "commonjs",

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