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

claudia-api-builder

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

claudia-api-builder - npm Package Compare versions

Comparing version

to
2.3.0

2

package.json
{
"name": "claudia-api-builder",
"version": "2.2.0",
"version": "2.3.0",
"description": "Simplify AWS ApiGateway handling",

@@ -5,0 +5,0 @@ "license": "MIT",

# Release history
## 2.3.0, 3 December 2016
- expose CORS Max-Age in the config, so Claudia can set it even when default CORS settings are used on API Gateway
## 2.2.0, 28 November 2016
- Allow ApiResponse to be returned from an interceptor, so it can send back a custom error code
## 2.1.0, 24 November 2016

@@ -4,0 +12,0 @@

@@ -256,2 +256,5 @@ /*global module, require, Promise, console */

}
if (customCorsMaxAge) {
result.corsMaxAge = customCorsMaxAge;
}
if (authorizers) {

@@ -258,0 +261,0 @@ result.authorizers = authorizers;