File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7+ ## [ 2.0.6] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.6 ) - 2025-10-31
8+
9+ ### Fixed
10+ - Shadow npm spawn mechanism now properly uses spawnNode abstraction for SEA binary compatibility
11+ - IPC handshake structure for shadow npm processes with correct parent_pid and subprocess fields
12+
713## [ 2.0.2] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.2 ) - 2025-10-30
814
915### Fixed
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7+ ## [ 2.0.6] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.6 ) - 2025-10-31
8+
9+ ### Fixed
10+ - Shadow npm spawn mechanism now properly uses spawnNode abstraction for SEA binary compatibility
11+ - IPC handshake structure for shadow npm processes with correct parent_pid and subprocess fields
12+
713## [ 2.0.5] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.5 ) - 2025-10-30
814
915### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " socket" ,
3- "version" : " 2.0.5 " ,
3+ "version" : " 2.0.6 " ,
44 "description" : " CLI for Socket.dev" ,
55 "private" : true ,
66 "homepage" : " https://github.com/SocketDev/socket-cli" ,
You can’t perform that action at this time.
0 commit comments