@middy/http-security-headers
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
{ | ||
"name": "@middy/http-security-headers", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Applies best practice security headers to responses. It's a simplified port of HelmetJS", | ||
@@ -15,3 +15,5 @@ "type": "commonjs", | ||
"types": "index.d.ts", | ||
"files": [], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"scripts": { | ||
@@ -51,3 +53,3 @@ "test": "npm run test:typings && npm run test:unit", | ||
"homepage": "https://github.com/middyjs/middy#readme", | ||
"gitHead": "f8b0f418477cdbff47da693963bf1ea918b39d04" | ||
"gitHead": "74ce15b5549da8a13d2d1ce85c442d7fbeb78b49" | ||
} |
# Middy http-security-headers middleware | ||
<div align="center"> | ||
<img alt="Middy logo" src="https://raw.githubusercontent.com/middyjs/middy/master/docs/img/middy-logo.png"/> | ||
<img alt="Middy logo" src="https://raw.githubusercontent.com/middyjs/middy/main/docs/img/middy-logo.png"/> | ||
</div> | ||
@@ -6,0 +6,0 @@ |
10546
5
160