@fastify/helmet
Advanced tools
Comparing version 10.1.1 to 11.0.0
{ | ||
"name": "@fastify/helmet", | ||
"version": "10.1.1", | ||
"version": "11.0.0", | ||
"description": "Important security headers for Fastify", | ||
@@ -40,3 +40,3 @@ "main": "index.js", | ||
"@fastify/pre-commit": "^2.0.2", | ||
"@types/node": "^18.0.0", | ||
"@types/node": "^20.1.2", | ||
"fastify": "^4.7.0", | ||
@@ -50,3 +50,3 @@ "snazzy": "^9.0.0", | ||
"fastify-plugin": "^4.2.1", | ||
"helmet": "^6.0.0" | ||
"helmet": "^7.0.0" | ||
}, | ||
@@ -53,0 +53,0 @@ "tsd": { |
@@ -71,7 +71,2 @@ # @fastify/helmet | ||
}, | ||
expectCt: { | ||
maxAge: 1, | ||
enforce: true, | ||
reportUri: 'foo' | ||
}, | ||
frameguard: { | ||
@@ -140,7 +135,2 @@ action: 'foo' | ||
}, | ||
expectCt: { | ||
maxAge: 1, | ||
enforce: true, | ||
reportUri: 'foo' | ||
}, | ||
frameguard: { | ||
@@ -147,0 +137,0 @@ action: 'foo' |
@@ -20,3 +20,2 @@ import fastify, { FastifyPluginAsync } from 'fastify'; | ||
dnsPrefetchControl: false, | ||
expectCt: false, | ||
frameguard: false, | ||
@@ -47,7 +46,2 @@ hidePoweredBy: false, | ||
}, | ||
expectCt: { | ||
maxAge: 1, | ||
enforce: true, | ||
reportUri: 'foo' | ||
}, | ||
frameguard: { | ||
@@ -143,7 +137,2 @@ action: 'deny' | ||
}, | ||
expectCt: { | ||
maxAge: 1, | ||
enforce: true, | ||
reportUri: 'foo' | ||
}, | ||
frameguard: { | ||
@@ -150,0 +139,0 @@ action: 'deny' as const |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55034
1321
246
1
+ Addedhelmet@7.2.0(transitive)
- Removedhelmet@6.2.0(transitive)
Updatedhelmet@^7.0.0