Socket
Socket
Sign inDemoInstall

@anthropic-ai/sdk

Package Overview
Dependencies
Maintainers
8
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anthropic-ai/sdk - npm Package Compare versions

Comparing version 0.20.5 to 0.20.6

8

CHANGELOG.md
# Changelog
## 0.20.6 (2024-04-17)
Full Changelog: [sdk-v0.20.5...sdk-v0.20.6](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.20.5...sdk-v0.20.6)
### Build System
* configure UTF-8 locale in devcontainer ([#393](https://github.com/anthropics/anthropic-sdk-typescript/issues/393)) ([db10244](https://github.com/anthropics/anthropic-sdk-typescript/commit/db10244fa87a653c48bbcc2fffbad206dbe39645))
## 0.20.5 (2024-04-15)

@@ -4,0 +12,0 @@

2

package.json
{
"name": "@anthropic-ai/sdk",
"version": "0.20.5",
"version": "0.20.6",
"description": "The official TypeScript library for the Anthropic API",

@@ -5,0 +5,0 @@ "author": "Anthropic <support@anthropic.com>",

@@ -1,1 +0,1 @@

export const VERSION = '0.20.5'; // x-release-please-version
export const VERSION = '0.20.6'; // x-release-please-version

@@ -1,2 +0,2 @@

export declare const VERSION = "0.20.5";
export declare const VERSION = "0.20.6";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '0.20.5'; // x-release-please-version
exports.VERSION = '0.20.6'; // x-release-please-version
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc