Sign In

@vantio/cli

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vantio/cli - npm Package Compare versions

Comparing version
0.3.10
to
0.3.11
+1
-1
package.json
{
"name": "@vantio/cli",
"version": "0.3.10",
"version": "0.3.11",
"description": "Vantio Optics CLI — wrap any AI agent and observe LLM egress. Blind by design, not a proxy. Sight Loop: wrap → capture → inspect.",

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

@@ -5,3 +5,3 @@ # @vantio/cli

> Wrap any AI agent with **Vantio Optics** — free visibility into what it sends. Zero code changes. Current npm release: **0.3.10**.
> Wrap any AI agent with **Vantio Optics** — free visibility into what it sends. Zero code changes. Current npm release: **0.3.11**.

@@ -167,3 +167,3 @@ ```bash

Auto-intercepts LLM calls when running **Node.js** processes (`node`, `tsx`, `ts-node`, `npx`) — Node `fetch`, `undici.fetch`, `undici.request`, `undici.stream` / `pipeline` / `dispatch` / `connect` / `upgrade` (including tunnel bytes after upgrade), Node `http`/`https`, Node `http2`, and Node `net`/`tls`. Current npm release: **`@vantio/cli` 0.3.10**.
Auto-intercepts LLM calls when running **Node.js** processes (`node`, `tsx`, `ts-node`, `npx`) — Node `fetch`, `undici.fetch`, `undici.request`, `undici.stream` / `pipeline` / `dispatch` / `connect` / `upgrade` (including tunnel bytes after upgrade), Node `http`/`https`, Node `http2`, Node `net`/`tls`, and Node-spawned `curl` (including `sh -c 'curl …'`). Current npm release: **`@vantio/cli` 0.3.11**.

@@ -178,3 +178,3 @@ Python, Ruby, and other runtimes are spawned normally without this interceptor — use the [Python SDK](https://pypi.org/project/vantio-agent-sdk) (`vantio-agent-sdk` **3.0.5**, `shield()`) for Python urllib / requests / httpx / aiohttp / socket.connect.

curl and browser paths stay outside this wrap. Phantom Engine is the Linux-host product when you need protection beneath the app wrap.
Browser paths stay outside this wrap. Phantom Engine is the Linux-host product when you need protection beneath the app wrap.

@@ -181,0 +181,0 @@ ---

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