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.11
to
0.3.12
+2
-2
bin/python-wrap/sitecustomize.py
# Injected onto PYTHONPATH by `vantio run python …`.
# Optics (and Gate, when a paid key is present on SDK 3.0.5+) wrap urllib /
# requests / httpx / aiohttp / socket.connect for this interpreter. Missing SDK is a warning, not a crash.
# Optics (and Gate, when a paid key is present on SDK 3.0.6+) wrap urllib /
# requests / httpx / aiohttp / socket.connect / subprocess curl for this interpreter. Missing SDK is a warning, not a crash.
import sys

@@ -5,0 +5,0 @@

{
"name": "@vantio/cli",
"version": "0.3.11",
"version": "0.3.12",
"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.11**.
> Wrap any AI agent with **Vantio Optics** — free visibility into what it sends. Zero code changes. Current npm release: **0.3.12**.

@@ -167,5 +167,5 @@ ```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`, Node `net`/`tls`, and Node-spawned `curl` (including `sh -c 'curl …'`). Current npm release: **`@vantio/cli` 0.3.11**.
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` and `wget` (including `sh -c`). Current npm release: **`@vantio/cli` 0.3.12**.
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.
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.6**, `shield()`) for Python urllib / requests / httpx / aiohttp / socket.connect / subprocess curl.

@@ -172,0 +172,0 @@ ---

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