@middy/http-security-headers
Advanced tools
Comparing version 2.5.4 to 3.0.0-alpha.0
{ | ||
"name": "@middy/http-security-headers", | ||
"version": "2.5.4", | ||
"version": "3.0.0-alpha.0", | ||
"description": "Applies best practice security headers to responses. It's a simplified port of HelmetJS", | ||
"type": "commonjs", | ||
"type": "module", | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
}, | ||
@@ -13,3 +13,3 @@ "engineStrict": true, | ||
}, | ||
"main": "index.js", | ||
"exports": "./index.js", | ||
"types": "index.d.ts", | ||
@@ -52,9 +52,9 @@ "files": [ | ||
"homepage": "https://github.com/middyjs/middy#readme", | ||
"gitHead": "a4134a579c757a9fdfed3006877ba2c0ec8a2cfa", | ||
"gitHead": "c533f62841c8a39d061d7b94f30ba178f002c8db", | ||
"dependencies": { | ||
"@middy/util": "^2.5.4" | ||
"@middy/util": "^3.0.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@middy/core": "^2.5.4" | ||
"@middy/core": "^3.0.0-alpha.0" | ||
} | ||
} |
@@ -80,3 +80,3 @@ # Middy http-security-headers middleware | ||
Licensed under [MIT License](LICENSE). Copyright (c) 2017-2021 Luciano Mammino, will Farrell, and the [Middy team](https://github.com/middyjs/middy/graphs/contributors). | ||
Licensed under [MIT License](LICENSE). Copyright (c) 2017-2022 Luciano Mammino, will Farrell, and the [Middy team](https://github.com/middyjs/middy/graphs/contributors). | ||
@@ -83,0 +83,0 @@ <a href="https://app.fossa.io/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy?ref=badge_large"> |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Yes
6250
4
36
1
1
+ Added@middy/util@3.6.2(transitive)
- Removed@middy/util@2.5.7(transitive)
Updated@middy/util@^3.0.0-alpha.0