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
22
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.9.0
to
1.9.1
+4
-0
dist/models.d.ts

@@ -5,2 +5,6 @@ export declare const CLAUDE_FABLE_5_MODEL_ID = "claude-fable-5";

export type ClaudeFableMythos5ModelId = (typeof CLAUDE_FABLE_MYTHOS_5_MODEL_IDS)[number];
export declare const CLAUDE_FABLE_MYTHOS_5_SUMMARIZED_THINKING: {
readonly type: "adaptive";
readonly display: "summarized";
};
export declare const CLAUDE_FABLE_MYTHOS_5_PRICING: {

@@ -7,0 +11,0 @@ readonly input: 10;

@@ -7,2 +7,6 @@ export const CLAUDE_FABLE_5_MODEL_ID = 'claude-fable-5';

];
export const CLAUDE_FABLE_MYTHOS_5_SUMMARIZED_THINKING = {
type: 'adaptive',
display: 'summarized',
};
export const CLAUDE_FABLE_MYTHOS_5_PRICING = {

@@ -9,0 +13,0 @@ input: 10,

+1
-1
{
"name": "@cortexkit/anthropic-auth-core",
"version": "1.9.0",
"version": "1.9.1",
"type": "module",

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