Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "hpp", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Express middleware to protect against HTTP Parameter Pollution attacks", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"dependencies": { | ||
"lodash": "^4.7.0", | ||
"lodash": "^4.17.12", | ||
"type-is": "^1.6.12" | ||
@@ -31,0 +31,0 @@ }, |
@@ -149,2 +149,6 @@ # HPP | ||
- v0.2.3 (2020-01-07) | ||
- Updated lodash dependency because of vulnerability | ||
- Added node v6, v8, v10 to CI build | ||
- Removed node v5 from CI build | ||
- v0.2.2 (2017-04-11) | ||
@@ -151,0 +155,0 @@ - Requiring individual lodash functions for faster boot time and lower memory footprint |
Sorry, the diff of this file is not supported yet
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
13066
185
Updatedlodash@^4.17.12