Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

ai-cli-online

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-cli-online - npm Package Compare versions

Comparing version
3.0.12
to
3.0.13
web/dist/assets/index-DtWYEMhe.js

Sorry, the diff of this file is too big to display

+8
-1

@@ -23,3 +23,7 @@ #!/usr/bin/env bash

NODE_BIN=$(su - "$RUN_USER" -c "which node" 2>/dev/null || true)
# Fallback: source nvm if plain login shell didn't find node
if [[ -z "$NODE_BIN" ]]; then
NODE_BIN=$(su - "$RUN_USER" -c "source ~/.nvm/nvm.sh 2>/dev/null; which node" 2>/dev/null || true)
fi
if [[ -z "$NODE_BIN" ]]; then
echo "[错误] 未找到 node,请先安装 Node.js >= 18"

@@ -33,2 +37,5 @@ exit 1

if [[ -z "$NPM_BIN" ]]; then
NPM_BIN=$(su - "$RUN_USER" -c "source ~/.nvm/nvm.sh 2>/dev/null; which npm" 2>/dev/null || true)
fi
if [[ -z "$NPM_BIN" ]]; then
echo "[错误] 未找到 npm"

@@ -86,3 +93,3 @@ exit 1

# 进程管理
KillMode=mixed
KillMode=process
KillSignal=SIGTERM

@@ -89,0 +96,0 @@ TimeoutStopSec=10

+1
-1
{
"name": "ai-cli-online",
"version": "3.0.12",
"version": "3.0.13",
"description": "AI-Cli Online - Web Terminal for Claude Code via xterm.js + tmux",

@@ -5,0 +5,0 @@ "license": "MIT",

{
"name": "ai-cli-online-server",
"version": "3.0.12",
"version": "3.0.13",
"description": "CLI-Online Backend Server",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

{
"name": "ai-cli-online-shared",
"version": "3.0.12",
"version": "3.0.13",
"description": "Shared types for CLI-Online",

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

@@ -13,3 +13,3 @@ <!DOCTYPE html>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lxgw-wenkai-webfont@1.7.0/lxgwwenkaimono-bold.css" />
<script type="module" crossorigin src="/assets/index-BHAsZRWj.js"></script>
<script type="module" crossorigin src="/assets/index-DtWYEMhe.js"></script>
<link rel="modulepreload" crossorigin href="/assets/react-vendor-BCIvbQoU.js">

@@ -16,0 +16,0 @@ <link rel="modulepreload" crossorigin href="/assets/terminal-DnNpv9tw.js">

{
"name": "ai-cli-online-web",
"version": "3.0.12",
"version": "3.0.13",
"description": "CLI-Online Web Frontend",

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

Sorry, the diff of this file is too big to display