Skip to content

Commit 7f96063

Browse files
committed
Bump to v1.1.21
1 parent 1768d9e commit 7f96063

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

CHANGELOG.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,58 @@ 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-
## Unreleased
7+
## [1.1.21](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.22) - 2025-09-20
88

99
### Added
10-
- Testing infrastructure for malware detection with mock fixtures and API response utilities
11-
- Test fixtures for packages flagged with both `malware` and `gptMalware` alerts
10+
- New `--compact-header` flag for streamlined CLI output display
11+
12+
### Changed
13+
- Enhanced package manager interception for improved security scanning
14+
- Improved detection of temporary package execution environments
15+
16+
### Fixed
17+
- Enhanced error handling in `socket optimize` with proper exit codes
18+
19+
## [1.1.20](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.20) - 2025-09-19
20+
21+
### Added
22+
- Terminal link support for enhanced command output formatting
1223

1324
### Fixed
14-
- Resolved Windows spawn errors for package managers by enabling shell execution for .cmd files
25+
- Resolved Windows compatibility issues with package manager execution
26+
27+
## [1.1.19](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.19) - 2025-09-19
28+
29+
### Added
30+
- Enhanced testing capabilities for malware detection features
1531

1632
## [1.1.18](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.18) - 2025-09-18
1733

1834
### Fixed
19-
- Enhanced Node.js version compatibility by downgrading yargs-parser for Node versions below 20
35+
- Enhanced compatibility with older Node.js versions
2036

2137
## [1.1.17](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.17) - 2025-09-18
2238

2339
### Fixed
24-
- Enhanced Windows compatibility for package manager detection and execution
40+
- Enhanced Windows compatibility for package manager operations
2541

2642
## [1.1.16](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.16) - 2025-09-16
2743

2844
### Fixed
29-
- Enhanced pnpm wrapper compatibility with dlx commands for better package execution support
45+
- Enhanced pnpm wrapper compatibility with dlx commands
3046

3147
## [1.1.15](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.15) - 2025-09-16
3248

3349
### Changed
34-
- Improved `socket fix` environment variable detection with clearer error messages when required variables are missing
50+
- Improved `socket fix` error messages for missing environment variables
3551

3652
### Fixed
3753
- Resolved path handling issue in `socket optimize` command
38-
- Command flag parsing now correctly detects subsequent arguments
3954

4055
## [1.1.14](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.14) - 2025-09-17
4156

4257
### Changed
43-
- Enhanced 3rd-party on-demand download and execution
58+
- Enhanced third-party tool integration
4459

4560
## [1.1.13](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.13) - 2025-09-16
4661

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket",
3-
"version": "1.1.20",
3+
"version": "1.1.21",
44
"description": "CLI for Socket.dev",
55
"homepage": "https://github.com/SocketDev/socket-cli",
66
"license": "MIT AND OFL-1.1",

0 commit comments

Comments
 (0)