New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@punkcode/cli

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@punkcode/cli - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+1
-1
dist/cli.js

@@ -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);

{
"name": "@punkcode/cli",
"version": "0.1.2",
"version": "0.1.3",
"description": "Control Claude Code from your phone",

@@ -5,0 +5,0 @@ "type": "module",

@@ -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