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,17 @@ 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+ ## [ 1.3.4] ( https://github.com/SocketDev/socket-lib/releases/tag/v1.3.4 ) - 2025-10-26
9+
10+ ### Added
11+
12+ - Added Node.js SIGUSR1 signal handler prevention utilities in ` constants/node ` module
13+ - ` supportsNodeDisableSigusr1Flag() ` : Detects if Node supports ` --disable-sigusr1 ` flag (v22.14+, v23.7+, v24.8+)
14+ - ` getNodeDisableSigusr1Flags() ` : Returns appropriate flags to prevent debugger attachment
15+ - Returns ` ['--disable-sigusr1'] ` on supported versions (prevents Signal I/O Thread creation)
16+ - Falls back to ` ['--no-inspect'] ` on Node 18+ (blocks debugger but still creates thread)
17+ - Enables production CLI environments to prevent SIGUSR1 debugger signal handling for security
18+
819## [ 1.3.3] ( https://github.com/SocketDev/socket-lib/releases/tag/v1.3.3 ) - 2025-10-24
920
1021### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/lib" ,
3- "version" : " 1.3.3 " ,
3+ "version" : " 1.3.4 " ,
44 "license" : " MIT" ,
55 "description" : " Core utilities and infrastructure for Socket.dev security tools" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments