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

@langchain/anthropic

Package Overview
Dependencies
Maintainers
11
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/anthropic - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

dist/chat_models.js

@@ -766,2 +766,3 @@ import { Anthropic } from "@anthropic-ai/sdk";

this.streamingClient = this.createClient({
dangerouslyAllowBrowser: true,
...this.clientOptions,

@@ -786,2 +787,3 @@ ...options_,

this.batchClient = this.createClient({
dangerouslyAllowBrowser: true,
...this.clientOptions,

@@ -788,0 +790,0 @@ ...options,

4

package.json
{
"name": "@langchain/anthropic",
"version": "0.3.0",
"version": "0.3.1",
"description": "Anthropic integrations for LangChain.js",

@@ -38,3 +38,3 @@ "type": "module",

"dependencies": {
"@anthropic-ai/sdk": "^0.25.2",
"@anthropic-ai/sdk": "^0.27.3",
"fast-xml-parser": "^4.4.1",

@@ -41,0 +41,0 @@ "zod": "^3.22.4",

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