Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fastify/helmet

Package Overview
Dependencies
Maintainers
19
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/helmet - npm Package Compare versions

Comparing version 10.1.1 to 11.0.0

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc