File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
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+
1019## [ 3.2.2] ( https://github.com/SocketDev/socket-lib/releases/tag/v3.2.2 ) - 2025-11-03
1120
1221### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/lib" ,
3- "version" : " 3.2.2 " ,
3+ "version" : " 3.2.3 " ,
44 "license" : " MIT" ,
55 "description" : " Core utilities and infrastructure for Socket.dev security tools" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments