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

@termly-dev/cli-dev

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@termly-dev/cli-dev - npm Package Compare versions

Comparing version
1.9.0
to
1.9.3
+1
-1
lib/network/websocket.js

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

{
"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",