🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

shell-cluster

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shell-cluster - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+2
-2
package.json
{
"name": "shell-cluster",
"version": "1.0.0",
"version": "1.0.1",
"description": "Decentralized remote shell access via tunnels — Node.js server with node-pty and xterm-headless",

@@ -14,3 +14,3 @@ "main": "src/index.js",

"start": "node src/index.js",
"postinstall": "chmod +x node_modules/node-pty/prebuilds/darwin-arm64/spawn-helper 2>/dev/null || true"
"postinstall": "node -e \"const fs=require('fs'),p='node_modules/node-pty/prebuilds/darwin-arm64/spawn-helper';try{fs.chmodSync(p,0o755)}catch(e){}\""
},

@@ -17,0 +17,0 @@ "keywords": [

@@ -42,3 +42,3 @@ # Shell Cluster

### Try without installing
### Try without installing (macOS/Linux only)

@@ -49,2 +49,4 @@ ```bash

> **Note:** `npx` does not work on Windows due to `node-pty` native addon file locking. Use `npm install -g` instead.
### Install as a background service (recommended)

@@ -51,0 +53,0 @@