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

@jschr/lambda-response

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jschr/lambda-response - npm Package Compare versions

Comparing version

to
0.1.4

3

package.json
{
"name": "@jschr/lambda-response",
"version": "0.1.3",
"version": "0.1.4",
"description": "Express-style API for sending responses from Lambda Integration Proxy to API Gateway and a CLI for local development.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"bin": {

@@ -7,0 +8,0 @@ "lambda-response": "./lib/cli.js"

@@ -6,3 +6,3 @@ # lambda-response

Express-style API for sending responses from Lambda Integration Proxy to API Gateway.
Express-style API for sending responses from [Lambda Integration Proxy](http://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-create-api-as-simple-proxy-for-lambda.html) to API Gateway.

@@ -9,0 +9,0 @@ Includes a CLI tool and express middleware for local development.