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.3.3 to 0.3.4

12

lib/invokeHttpHandler.js

@@ -73,6 +73,3 @@ "use strict";

const routeKey = `${configuredRoute.method} ${configuredRoute.route}`;
const event = {
version: '2.0',
routeKey,
headers: {
const event = Object.assign({ version: '2.0', routeKey, headers: {
accept: '*/*',

@@ -88,4 +85,3 @@ 'accept-encoding': 'gzip, deflate, br',

'x-forwarded-proto': 'http',
},
requestContext: {
}, requestContext: {
accountId: '888888888888',

@@ -107,5 +103,3 @@ apiId: 'trigintaLocal',

timeEpoch: Date.now(),
},
body: body ? JSON.stringify(body) : undefined,
};
}, body: body ? JSON.stringify(body) : undefined }, parsePathParameters(context));
return event;

@@ -112,0 +106,0 @@ }

{
"name": "@aesop-fables/triginta",
"version": "0.3.3",
"version": "0.3.4",
"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