New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.0.4 to 3.1.0-rc.0

20

package.json
{
"name": "@middy/http-security-headers",
"version": "3.0.4",
"version": "3.1.0-rc.0",
"description": "Applies best practice security headers to responses. It's a simplified port of HelmetJS",

@@ -13,7 +13,13 @@ "type": "module",

},
"main": "./index.cjs",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs",
"types": "./index.d.ts"
"import": {
"types": "./index.d.ts",
"default": "./index.js"
},
"require": {
"types": "./index.d.ts",
"default": "./index.cjs"
}
}

@@ -61,9 +67,9 @@ },

"homepage": "https://middy.js.org",
"gitHead": "3e9bc83e791f943c71cd7003fc27f0a3692d83a1",
"gitHead": "03a8794d3cdb4319eca49ba4c55420bea5d66430",
"dependencies": {
"@middy/util": "3.0.4"
"@middy/util": "3.1.0-rc.0"
},
"devDependencies": {
"@middy/core": "3.0.4"
"@middy/core": "3.1.0-rc.0"
}
}
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