We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258eac2 commit d06b216Copy full SHA for d06b216
2 files changed
CHANGELOG.md
@@ -10,6 +10,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
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
12
13
+### Fixed
14
+- Resolved Windows spawn errors for package managers by enabling shell execution for .cmd files
15
+
16
## [1.1.18](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.18) - 2025-09-18
17
18
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "socket",
3
- "version": "1.1.19",
+ "version": "1.1.20",
4
"description": "CLI for Socket.dev",
5
"homepage": "https://github.com/SocketDev/socket-cli",
6
"license": "MIT AND OFL-1.1",
0 commit comments