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

@middy/http-security-headers

Package Overview
Dependencies
Maintainers
3
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@middy/http-security-headers - npm Package Compare versions

Comparing version 4.6.0 to 4.6.1

2

index.js

@@ -210,3 +210,3 @@ import { normalizeHttpResponse } from '@middy/util';

if (request.response === undefined) return;
httpSecurityHeadersMiddlewareAfter(request);
await httpSecurityHeadersMiddlewareAfter(request);
};

@@ -213,0 +213,0 @@ return {

{
"name": "@middy/http-security-headers",
"version": "4.6.0",
"version": "4.6.1",
"description": "Applies best practice security headers to responses. It's a simplified port of HelmetJS",

@@ -71,9 +71,9 @@ "type": "module",

},
"gitHead": "34e52521a81a224e3d97de6171604c49e676f0d4",
"gitHead": "253ed0e4ca95623decbade03938a07d837a1eba2",
"dependencies": {
"@middy/util": "4.6.0"
"@middy/util": "4.6.1"
},
"devDependencies": {
"@middy/core": "4.6.0"
"@middy/core": "4.6.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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