UNPKG

helmet-csp

Version:

Content Security Policy middleware

37 lines (36 loc) 833 B
{ "name": "helmet-csp", "description": "Content Security Policy middleware", "version": "4.1.0", "author": "Adam Baldwin <adam@npmjs.com> (https://evilpacket.net)", "contributors": [ "Evan Hahn <me@evanhahn.com> (https://evanhahn.com)", "Ryan Cannon <ryan@ryancannon.com> (https://ryancannon.com)" ], "homepage": "https://helmet.js.org/", "bugs": { "url": "https://github.com/helmetjs/helmet/issues", "email": "me@evanhahn.com" }, "repository": { "type": "git", "url": "git://github.com/helmetjs/helmet.git" }, "funding": "https://github.com/sponsors/EvanHahn", "license": "MIT", "keywords": [ "express", "security", "content-security-policy", "csp", "xss" ], "engines": { "node": ">=18.0.0" }, "exports": { "require": "./index.cjs" }, "main": "./index.cjs", "types": "./index.d.cts" }