File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ 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.3.0] ( https://github.com/SocketDev/socket-lib/releases/tag/v5.3.0 ) - 2026-01-07
9+
10+ ### Added
11+
12+ - ** releases/socket-btm** : Exported helper functions for external use
13+ - ` detectLibc() ` : Detect musl vs glibc on Linux systems
14+ - ` getBinaryAssetName() ` : Get GitHub asset name for platform/arch
15+ - ` getBinaryName() ` : Get binary filename with platform-appropriate extension
16+ - ` getPlatformArch() ` : Get platform-arch identifier for directory structure
17+
18+ - ** releases/github** : Exported ` getAuthHeaders() ` for GitHub API authentication
19+ - Returns headers with ` Accept ` , ` X-GitHub-Api-Version ` , and optional ` Authorization `
20+ - Checks ` GH_TOKEN ` and ` GITHUB_TOKEN ` environment variables
21+
822## [ 5.2.1] ( https://github.com/SocketDev/socket-lib/releases/tag/v5.2.1 ) - 2026-01-06
923
1024### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/lib" ,
3- "version" : " 5.2.1 " ,
3+ "version" : " 5.3.0 " ,
44 "packageManager" : " pnpm@10.27.0" ,
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