Skip to content

Commit b13e4c0

Browse files
committed
chore(release): v5.11.1
1 parent 7f00f75 commit b13e4c0

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.11.1](https://github.com/SocketDev/socket-lib/releases/tag/v5.11.1) - 2026-03-24
9+
10+
### Added
11+
12+
- **dlx/binary**: Added `sha256` option to `dlxBinary()`, `downloadBinary()`, and `downloadBinaryFile()`
13+
- Enables SHA-256 checksum verification for binary downloads via httpDownload
14+
- Verification happens during download (fails early if checksum mismatches)
15+
- Complements existing `integrity` option (SRI sha512 format, verified post-download)
16+
817
## [5.11.0](https://github.com/SocketDev/socket-lib/releases/tag/v5.11.0) - 2026-03-23
918

1019
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "5.11.0",
4-
"packageManager": "pnpm@10.32.1",
3+
"version": "5.11.1",
4+
"packageManager": "pnpm@10.33.0",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",
77
"keywords": [

0 commit comments

Comments
 (0)