@socketsecurity/lib 3.2.2 → 3.2.3

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/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.2.3](https://github.com/SocketDev/socket-lib/releases/tag/v3.2.3) - 2025-11-03
11
+
12
+ ### Internal
13
+
14
+ - **Build system**: Added stub infrastructure for external dependency bundling
15
+ - Created organized `scripts/build-externals/stubs/` directory with utility and active stubs
16
+ - Added conservative stubs for unused dependencies: `encoding`/`iconv-lite` and `debug`
17
+ - Reduces external bundle size by ~18KB (9KB from encoding stubs, 9KB from debug stubs)
18
+
10
19
  ## [3.2.2](https://github.com/SocketDev/socket-lib/releases/tag/v3.2.2) - 2025-11-03
11
20
 
12
21
  ### Added