Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@cortexkit/anthropic-auth-core

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cortexkit/anthropic-auth-core - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+1
-1
dist/constants.d.ts

@@ -7,3 +7,3 @@ export declare const CLIENT_ID = "9d1c250a-e61b-44d9-88ed-5944d1962f5e";

export declare const CODE_CALLBACK_URL = "https://platform.claude.com/oauth/code/callback";
export declare const TOKEN_URL = "https://platform.claude.com/v1/oauth/token";
export declare const TOKEN_URL = "https://api.anthropic.com/v1/oauth/token";
export declare const OAUTH_SCOPES: string[];

@@ -10,0 +10,0 @@ export declare const TOOL_PREFIX = "mcp_";

@@ -7,3 +7,3 @@ export const CLIENT_ID = '9d1c250a-e61b-44d9-88ed-5944d1962f5e';

export const CODE_CALLBACK_URL = 'https://platform.claude.com/oauth/code/callback';
export const TOKEN_URL = 'https://platform.claude.com/v1/oauth/token';
export const TOKEN_URL = 'https://api.anthropic.com/v1/oauth/token';
export const OAUTH_SCOPES = [

@@ -10,0 +10,0 @@ 'org:create_api_key',

{
"name": "@cortexkit/anthropic-auth-core",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",

@@ -5,0 +5,0 @@ "repository": {