hi-secure 1.0.19 → 1.0.22

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hi-secure",
3
- "version": "1.0.19",
3
+ "version": "1.0.22",
4
4
  "description": "Unified security layer for Express.js: authentication, validation, sanitization, rate limiting and CORS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
package/readme.md CHANGED
@@ -97,7 +97,7 @@ Managing these separately leads to duplicated logic, configuration drift and sub
97
97
 
98
98
  <tr>
99
99
  <td>Logging</td>
100
- <td>Improved (v1.0.17)</td>
100
+ <td>Improved (v1.0.20)</td>
101
101
  <td>
102
102
  Structured, lifecycle-aware logs with adapter, manager and fallback visibility.
103
103
  Designed for production debugging without leaking sensitive data.
@@ -112,7 +112,7 @@ Managing these separately leads to duplicated logic, configuration drift and sub
112
112
 
113
113
  <hr/>
114
114
 
115
- <h2>What’s New in v1.0.18</h2>
115
+ <h2>What’s New in v1.0.20</h2>
116
116
 
117
117
  <ul>
118
118
  <li>Improved structured logging across core lifecycle</li>