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 @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 5.1.4] ( https://github.com/SocketDev/socket-lib/releases/tag/v5.1.4 ) - 2025-12-30
9+
10+ ### Fixed
11+
12+ - ** dependencies** : Removed unnecessary ` http2 ` module dependency from ` @sigstore/sign@4.1.0 `
13+ - Added pnpm override to force ` @sigstore/sign@4.1.0 ` across all dependencies
14+ - Created patch to inline HTTP header and status constants instead of importing ` http2 ` module
15+ - Eliminates loading of Node.js ` http2 ` module for HTTP/1.1-only operations
16+
817## [ 5.1.3] ( https://github.com/SocketDev/socket-lib/releases/tag/v5.1.3 ) - 2025-12-29
918
1019### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/lib" ,
3- "version" : " 5.1.3 " ,
3+ "version" : " 5.1.4 " ,
44 "packageManager" : " pnpm@10.26.2" ,
55 "license" : " MIT" ,
66 "description" : " Core utilities and infrastructure for Socket.dev security tools" ,
You can’t perform that action at this time.
0 commit comments