UNPKG

@middy/http-security-headers

Version:

Applies best practice security headers to responses. It's a simplified port of HelmetJS

77 lines (76 loc) 1.69 kB
{ "name": "@middy/http-security-headers", "version": "6.1.6", "description": "Applies best practice security headers to responses. It's a simplified port of HelmetJS", "type": "module", "engines": { "node": ">=20" }, "engineStrict": true, "publishConfig": { "access": "public" }, "module": "./index.js", "exports": { ".": { "import": { "types": "./index.d.ts", "default": "./index.js" }, "require": { "default": "./index.js" } } }, "types": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "test": "npm run test:unit && npm run test:fuzz", "test:unit": "node --test __tests__/index.js", "test:fuzz": "node --test __tests__/fuzz.js", "test:benchmark": "node __benchmarks__/index.js" }, "license": "MIT", "keywords": [ "Lambda", "Middleware", "Serverless", "Framework", "AWS", "AWS Lambda", "Middy", "HTTP", "API", "Header", "Headers", "Helmet", "Security" ], "author": { "name": "Middy contributors", "url": "https://github.com/middyjs/middy/graphs/contributors" }, "repository": { "type": "git", "url": "git+https://github.com/middyjs/middy.git", "directory": "packages/http-security-headers" }, "bugs": { "url": "https://github.com/middyjs/middy/issues" }, "homepage": "https://middy.js.org", "funding": { "type": "github", "url": "https://github.com/sponsors/willfarrell" }, "gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431", "dependencies": { "@middy/util": "6.1.6" }, "devDependencies": { "@middy/core": "6.1.6" } }