Skip to content

Commit b82c579

Browse files
committed
chore: release v5.3.0
1 parent 04494b3 commit b82c579

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)