🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP β†’
Sign In

claude-code-spy

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

claude-code-spy - npm Package Compare versions

Comparing version
2.4.1
to
2.4.2
+1
-1
package.json
{
"name": "claude-code-spy",
"version": "2.4.1",
"version": "2.4.2",
"description": "Spy on your Claude Code conversations - Real-time monitoring with AI-powered summaries and full tool visibility",

@@ -5,0 +5,0 @@ "main": "claude-history-cli.js",

@@ -469,4 +469,4 @@ # Claude Code Spy

#### View 3: Top 10 Largest Files by Size (Third Press of 'f')
Shows the top 10 files by actual file size on disk:
#### View 3: Top 10 Largest Files in Project (Third Press of 'f')
Shows the top 10 largest files in the entire project folder (all files, not just edited ones):

@@ -476,12 +476,15 @@ ```

Top 10 Largest Files
3 files edited in total
Top 10 Largest Files in Project
247 total files
1. claude-history-cli.js
5x edits β€’ 1240 LOC β€’ 86.3 KB
5x edits β€’ 1240 LOC β€’ 89.6 KB
2. README-claude-history.md
3x edits β€’ 450 LOC β€’ 22.3 KB
3x edits β€’ 450 LOC β€’ 23.0 KB
3. package.json
3. dist/bundle.js
not edited β€’ 156.8 KB
4. package.json
1x edits β€’ 25 LOC β€’ 920 B

@@ -492,6 +495,8 @@

- **Scans entire project directory** (ignores: .git, node_modules, .next, dist, build)
- **File Size** = Actual size of the file on disk (in B, KB, MB, GB)
- **Edit count** = Number of times the file was edited
- **Total LOC** = Sum of all lines added across all edits
- Useful for understanding which files are actually the largest in the project
- Shows which files you edited (edit count and total LOC added)
- Shows "not edited" for large files you haven't touched
- Useful for understanding disk usage and identifying bloat
- Helps spot large files that might need optimization

@@ -498,0 +503,0 @@ ---

Sorry, the diff of this file is too big to display