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

xc-copilot-api

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xc-copilot-api - npm Package Compare versions

Comparing version
1.2.3
to
1.2.4
+4
-7
package.json
{
"name": "xc-copilot-api",
"version": "1.2.3",
"version": "1.2.4",
"description": "Turn GitHub Copilot into OpenAI/Anthropic API compatible server. Usable with Claude Code and Codex",

@@ -25,4 +25,4 @@ "keywords": [

"scripts": {
"build": "tsdown",
"dev": "bun run --watch ./src/main.ts start",
"build": "bun run scripts/generate-page.ts && tsdown",
"dev": "bun run scripts/generate-page.ts && bun run --watch ./src/main.ts start",
"knip": "knip-bun",

@@ -47,4 +47,3 @@ "lint": "eslint --cache",

"srvx": "^0.8.9",
"undici": "^7.16.0",
"zod": "^4.1.11"
"undici": "^7.16.0"
},

@@ -58,4 +57,2 @@ "devDependencies": {

"knip": "^5.64.1",
"lint-staged": "^16.2.3",
"prettier-plugin-packagejson": "^2.5.19",
"simple-git-hooks": "^2.13.1",

@@ -62,0 +59,0 @@ "tsdown": "^0.15.6",

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

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