@termly-dev/cli-dev
Advanced tools
@@ -364,3 +364,3 @@ const WebSocket = require('ws'); | ||
| // Check if session expired or not found | ||
| if (errorData && (errorData.error === 'session_expired' || errorData.error === 'session_not_found')) { | ||
| if (errorData && (errorData.error === 'session_expired' || errorData.error === 'session_not_found' || errorData.error === 'pairing_expired')) { | ||
| console.log(chalk.yellow(`\n⚠️ ${errorData.message || 'Session no longer valid'}`)); | ||
@@ -367,0 +367,0 @@ console.log(chalk.yellow('Please restart the CLI session:')); |
+1
-1
| { | ||
| "name": "@termly-dev/cli-dev", | ||
| "version": "1.9.0", | ||
| "version": "1.9.3", | ||
| "description": "Mirror your AI coding sessions to mobile - control Claude, Aider, Copilot, and 19+ tools from your phone (Development version)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 5 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance 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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 5 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance 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
174000
0.02%