opencode-copilot-auth
Advanced tools
+3
-1
@@ -88,3 +88,5 @@ /** | ||
| if (!response.ok) return; | ||
| if (!response.ok) { | ||
| throw new Error(`Token refresh failed: ${response.status}`); | ||
| } | ||
@@ -91,0 +93,0 @@ const tokenData = await response.json(); |
+1
-1
| { | ||
| "name": "opencode-copilot-auth", | ||
| "version": "0.0.8", | ||
| "version": "0.0.9", | ||
| "main": "./index.mjs", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
13370
0.65%294
0.68%