Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@anthropic-ai/sdk

Package Overview
Dependencies
Maintainers
8
Versions
93
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.25.0 to 0.25.1

4

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

@@ -22,3 +22,3 @@ "author": "Anthropic <support@anthropic.com>",

"lint": "./scripts/lint",
"fix": "eslint --fix --ext ts,js ."
"fix": "./scripts/format"
},

@@ -25,0 +25,0 @@ "dependencies": {

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

export const VERSION = '0.25.0'; // x-release-please-version
export const VERSION = '0.25.1'; // x-release-please-version

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

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

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

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