File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 3.2.7] ( https://github.com/SocketDev/socket-lib/releases/tag/v3.2.7 ) - 2025-11-05
11+
12+ ### Fixed
13+
14+ - ** build-externals** : Disable minification to preserve exports
15+ - External dependencies are no longer minified during bundling
16+ - Prevents export name mangling that breaks CommonJS interop
17+ - Fixes ` semver.parse() ` and ` semver.major() ` being undefined
18+
19+ - ** build** : Fix CommonJS export interop for TypeScript default exports
20+ - Modules with ` export default ` now work without requiring ` .default ` accessor
21+
22+ ### Changed
23+
24+ - ** docs** : Moved packages README to correct location (` src/packages/README.md ` )
25+
1026## [ 3.2.6] ( https://github.com/SocketDev/socket-lib/releases/tag/v3.2.6 ) - 2025-11-05
1127
1228### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/lib" ,
3- "version" : " 3.2.6 " ,
3+ "version" : " 3.2.7 " ,
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