We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbb8e8 commit c10ba4bCopy full SHA for c10ba4b
2 files changed
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
7
+## [1.1.56](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.56) - 2026-01-10
8
+
9
+### Fixed
10
+- Fixed heap overflow when scanning large monorepos with 100k+ files by implementing streaming-based filtering.
11
12
## [1.1.55](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.55) - 2026-01-09
13
14
### Changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "socket",
3
- "version": "1.1.55",
+ "version": "1.1.56",
"description": "CLI for Socket.dev",
"homepage": "https://github.com/SocketDev/socket-cli",
"license": "MIT AND OFL-1.1",
0 commit comments