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,16 @@ 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.16.0] ( https://github.com/SocketDev/socket-lib/releases/tag/v5.16.0 ) - 2026-04-14
9+
10+ ### Added — paths
11+
12+ - ` fromUnixPath() ` — convert MSYS/Git Bash Unix-style paths (` /c/path ` ) back to native Windows format (` C:/path ` ), inverse of ` toUnixPath ` (#168 )
13+
14+ ### Fixed — dlx
15+
16+ - Normalize dlx directory path in ` isInSocketDlx ` for Windows compatibility
17+
818## [ 5.15.0] ( https://github.com/SocketDev/socket-lib/releases/tag/v5.15.0 ) - 2026-04-06
919
1020### Added — http-request
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/lib" ,
3- "version" : " 5.15 .0" ,
3+ "version" : " 5.16 .0" ,
44 "packageManager" : " pnpm@11.0.0-rc.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