File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments