🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@openrouter/cli

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openrouter/cli - npm Package Compare versions

Comparing version
0.0.16
to
0.0.17
+13
-15
package.json
{
"name": "@openrouter/cli",
"version": "0.0.16",
"version": "0.0.17",
"description": "Use OpenRouter to access Claude Code using any model, and more!",

@@ -30,3 +30,2 @@ "type": "module",

"dist/cli.js",
"dist/tiktoken_bg.wasm",
"README.md",

@@ -36,3 +35,11 @@ "LICENSE",

],
"dependencies": {
"devDependencies": {
"biome": "^0.3.3",
"openurl": "^1.1.1",
"dotenv": "^16.6.1",
"@types/bun": "^1.2.21",
"@types/node": "^24.3.1",
"bun": "latest",
"typescript": "^5.9.2",
"tiktoken": "^1.0.22",
"@hono/node-server": "^1.19.2",

@@ -44,15 +51,5 @@ "@openrouter/sdk": "0.1.3",

"pino-rotating-file-stream": "^0.0.2",
"tiktoken": "^1.0.22",
"uuid": "^11.1.0",
"zod": "^3.25.76"
},
"devDependencies": {
"biome": "^0.3.3",
"openurl": "^1.1.1",
"dotenv": "^16.6.1",
"@types/bun": "^1.2.21",
"@types/node": "^24.3.1",
"bun": "latest",
"typescript": "^5.9.2"
},
"publishConfig": {

@@ -64,3 +61,4 @@ "ignore": [

]
}
}
},
"module": "src/index.ts"
}

@@ -31,3 +31,3 @@ # OpenRouter CLI

Create and configure your `~/.openrouter/config.json` file. For more details, see the included `config.example.json`.
Create and configure your `~/.openrouter/claude-code-proxy.json` file. For more details, see "Example Configuration" below.

@@ -34,0 +34,0 @@ The configuration file supports several key sections:

Sorry, the diff of this file is not supported yet

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