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

helmet

Package Overview
Dependencies
Maintainers
2
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helmet - npm Package Compare versions

Comparing version 3.16.0 to 3.17.0

CODE_OF_CONDUCT.md

8

CHANGELOG.md
# Changelog
## 3.17.0 - 2019-05-03
### Added
- `referrerPolicy` now supports multiple values
### Changed
- Updated `referrerPolicy` to v1.2.0
## 3.16.0 - 2019-03-10

@@ -4,0 +12,0 @@

19

package.json

@@ -8,3 +8,3 @@ {

"description": "help secure Express/Connect apps with various HTTP headers",
"version": "3.16.0",
"version": "3.17.0",
"keywords": [

@@ -33,2 +33,11 @@ "security",

},
"files": [
"CHANGELOG.md",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE",
"README.md",
"SECURITY.md",
"index.js"
],
"dependencies": {

@@ -48,3 +57,3 @@ "depd": "2.0.0",

"nocache": "2.0.0",
"referrer-policy": "1.1.0",
"referrer-policy": "1.2.0",
"x-xss-protection": "1.1.0"

@@ -54,6 +63,6 @@ },

"connect": "^3.6.6",
"mocha": "^6.0.2",
"sinon": "^7.2.7",
"mocha": "^6.1.4",
"sinon": "^7.3.2",
"standard": "^12.0.1",
"supertest": "^4.0.0"
"supertest": "^4.0.2"
},

@@ -60,0 +69,0 @@ "scripts": {

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