hppx 0.2.3 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
**Superior HTTP Parameter Pollution protection middleware** for Node.js/Express, written in TypeScript. It sanitizes `req.query`, `req.body`, and `req.params`, blocks prototype-pollution keys, supports nested whitelists, multiple merge strategies, and plays nicely with stacked middlewares.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/hppx)
|
|
6
|
-
[](https://opensource.org/licenses/MIT)
|
|
7
6
|
[](https://github.com/Hiprax/hppx/actions/workflows/ci.yml)
|
|
8
7
|
[](https://github.com/Hiprax/hppx/actions/workflows/codeql.yml)
|
|
9
8
|
[](https://codecov.io/gh/Hiprax/hppx)
|
|
9
|
+
[](https://github.com/Hiprax/hppx/blob/main/package.json)
|
|
10
|
+
[](https://www.npmjs.com/package/hppx)
|
|
11
|
+
[](https://opensource.org/licenses/MIT)
|
|
10
12
|
[](https://nodejs.org/)
|
|
11
|
-
[](#)
|
|
12
13
|
|
|
13
14
|
---
|
|
14
15
|
|
package/package.json
CHANGED