🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@askalf/dario

Package Overview
Dependencies
Maintainers
1
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@askalf/dario - npm Package Compare versions

Comparing version
4.8.53
to
4.8.54
+9
-0
dist/proxy.d.ts

@@ -114,2 +114,11 @@ import { type IncomingMessage } from 'node:http';

export declare function sanitizeMessages(body: Record<string, unknown>, preserveTags?: Set<string>): void;
export declare const OPENAI_MODELS_LIST: {
object: string;
data: {
id: string;
object: string;
created: number;
owned_by: string;
}[];
};
interface ProxyOptions {

@@ -116,0 +125,0 @@ port?: number;

+1
-1
{
"name": "@askalf/dario",
"version": "4.8.53",
"version": "4.8.54",
"description": "Use your Claude Pro/Max subscription in any tool — Cursor, Cline, Aider, the Agent SDK, your scripts — at subscription pricing, not per-token API bills. One local Anthropic + OpenAI-compatible endpoint.",

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

@@ -182,3 +182,3 @@ <p align="center">

|---|---|---|---|
| Anthropic Messages | `claude-*` / `opus` / `sonnet` / `haiku` | Claude backend | OAuth swap + CC template replay → `api.anthropic.com` |
| Anthropic Messages | `claude-*` / `fable` / `opus` / `sonnet` / `haiku` | Claude backend | OAuth swap + CC template replay → `api.anthropic.com` |
| Anthropic Messages | `gpt-*`, `llama-*`, … | OpenAI-compat backend | Anthropic→OpenAI translation, forwarded |

@@ -185,0 +185,0 @@ | OpenAI Chat | `gpt-*` / `o1-*` / `o3-*` | OpenAI-compat backend | Auth swap, body forwarded byte-for-byte |

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