@punkcode/cli
Advanced tools
+1
-1
@@ -1024,3 +1024,3 @@ #!/usr/bin/env node | ||
| function registerCommands(program2) { | ||
| program2.command("connect <server>").description("Connect to backend server").option("-t, --token <token>", "Authentication token").option("-d, --device-id <deviceId>", "Device identifier (defaults to hostname)").action(connect); | ||
| program2.command("connect").argument("[server]", "Backend server URL", "https://api.punkcode.dev").description("Connect to backend server").option("-t, --token <token>", "Authentication token").option("-d, --device-id <deviceId>", "Device identifier (defaults to hostname)").action(connect); | ||
| program2.command("login").description("Log in with your email and password").action(login); | ||
@@ -1027,0 +1027,0 @@ program2.command("logout").description("Log out and clear stored credentials").action(logout); |
+1
-1
| { | ||
| "name": "@punkcode/cli", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "Control Claude Code from your phone", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+4
-3
@@ -41,6 +41,7 @@ # @punkcode/cli | ||
| ## Requirements | ||
| ## Updating | ||
| - Node 18+ | ||
| - [Claude Code](https://docs.anthropic.com/en/docs/claude-code) CLI installed | ||
| ```bash | ||
| npm update -g @punkcode/cli | ||
| ``` | ||
@@ -47,0 +48,0 @@ ## License |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
36819
0.02%1027
0.1%50
2.04%