Comparing version 3.16.0 to 3.17.0
# 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 @@ |
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23249
9
+ Addedreferrer-policy@1.2.0(transitive)
- Removedreferrer-policy@1.1.0(transitive)
Updatedreferrer-policy@1.2.0