🎩 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.5.1
to
2.5.2
+1
-1
lib/utils.js

@@ -104,3 +104,3 @@ const fs = require('fs');

const files = fs.readdirSync(projectDir).filter(f => f.endsWith('.jsonl'));
const files = fs.readdirSync(projectDir).filter(f => f.endsWith('.jsonl') && !f.startsWith('agent-'));

@@ -107,0 +107,0 @@ for (const file of files) {

{
"name": "claude-code-spy",
"version": "2.5.1",
"version": "2.5.2",
"description": "Spy on your Claude Code conversations - Real-time monitoring with AI-powered summaries and full tool visibility",
"main": "claude-history-cli.js",
"bin": {
"claude-code-spy": "./claude-history"
"claude-code-spy": "claude-history"
},

@@ -27,3 +27,3 @@ "preferGlobal": true,

"type": "git",
"url": "https://github.com/kotrotsos/claude-code-spy"
"url": "git+https://github.com/kotrotsos/claude-code-spy.git"
},

@@ -30,0 +30,0 @@ "bugs": {

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