🚀 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.17
to
0.0.18
dist/tiktoken_bg.wasm

Sorry, the diff of this file is not supported yet

+14
-12
{
"name": "@openrouter/cli",
"version": "0.0.17",
"version": "0.0.18",
"description": "Use OpenRouter to access Claude Code using any model, and more!",

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

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

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

],
"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",
"dependencies": {
"@hono/node-server": "^1.19.2",

@@ -51,5 +44,15 @@ "@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": {

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

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

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