Skip to content

Commit c5fb585

Browse files
committed
chore(release): bump socket package to v2.0.10
- Updated @socketsecurity/lib to 2.10.4 - Fixed tab completion script resolution for npx/dlx - Fixed scan command SDK parameter structure - Fixed null reference error in output handling
1 parent 2edb8db commit c5fb585

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/socket/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [2.0.10](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.10) - 2025-10-31
8+
9+
### Changed
10+
- Updated @socketsecurity/lib to 2.10.4 with enhanced directory creation utilities and environment variable handling
11+
12+
### Fixed
13+
- Tab completion script resolution when running via npx/dlx - now correctly locates script in CLI package directory
14+
- Scan command SDK parameter structure - flattened options and made repo parameter conditional to prevent "Repo slug is required" errors
15+
- Null reference error in output handling when calling toString() on undefined values
16+
717
## [2.0.7](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.7) - 2025-10-31
818

919
### Added

0 commit comments

Comments
 (0)