Skip to content

Commit 0c655b9

Browse files
committed
chore(release): bump to v1.3.4
1 parent b7df48c commit 0c655b9

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
## [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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)