Sign In

@cocaxcode/xray

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocaxcode/xray - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+13
-1
package.json
{
"name": "@cocaxcode/xray",
"version": "0.1.0",
"version": "0.1.1",
"description": "Real-time dashboard for all your Claude Code sessions across projects",

@@ -35,2 +35,14 @@ "license": "MIT",

],
"type": "module",
"dependencies": {
"@fastify/cors": "^10.0.0",
"@fastify/static": "^8.1.0",
"@fastify/websocket": "^11.0.0",
"better-sqlite3": "^11.7.0",
"commander": "^13.1.0",
"fastify": "^5.2.0",
"open": "^10.1.0",
"pino-pretty": "^13.1.3",
"qrcode-terminal": "^0.12.0"
},
"engines": {

@@ -37,0 +49,0 @@ "node": ">=18"