Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mcma/aws-api-gateway

Package Overview
Dependencies
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcma/aws-api-gateway - npm Package Compare versions

Comparing version 0.13.14 to 0.13.15

5

dist/lib/api-gateway-api-controller.js

@@ -33,6 +33,9 @@ "use strict";

await this.mcmaApiController.handleRequest(requestContext);
const isBase64Encoded = Buffer.isBuffer(requestContext.response.body);
const body = isBase64Encoded ? requestContext.response.body.toString("base64") : requestContext.response.body;
return {
statusCode: requestContext.response.statusCode,
headers: requestContext.response.headers,
body: requestContext.response.body
body,
isBase64Encoded
};

@@ -39,0 +42,0 @@ }

22

package.json
{
"name": "@mcma/aws-api-gateway",
"version": "0.13.14",
"version": "0.13.15",
"description": "Node module with code for using AWS's API Gateway as an entry point to an MCMA API handler.",

@@ -37,15 +37,15 @@ "engines": {

"peerDependencies": {
"@mcma/client": "0.13.14",
"@mcma/core": "0.13.14",
"@mcma/data": "0.13.14",
"@mcma/api": "0.13.14",
"@mcma/worker-invoker": "0.13.14",
"@mcma/client": "0.13.15",
"@mcma/core": "0.13.15",
"@mcma/data": "0.13.15",
"@mcma/api": "0.13.15",
"@mcma/worker-invoker": "0.13.15",
"@types/aws-lambda": "^8.10.63"
},
"devDependencies": {
"@mcma/api": "0.13.14",
"@mcma/client": "0.13.14",
"@mcma/core": "0.13.14",
"@mcma/data": "0.13.14",
"@mcma/worker-invoker": "0.13.14",
"@mcma/api": "0.13.15",
"@mcma/client": "0.13.15",
"@mcma/core": "0.13.15",
"@mcma/data": "0.13.15",
"@mcma/worker-invoker": "0.13.15",
"@types/aws-lambda": "^8.10.63",

@@ -52,0 +52,0 @@ "@types/node": "^13.7.6",

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