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

@langchain/google-vertexai

Package Overview
Dependencies
Maintainers
10
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/google-vertexai - npm Package Compare versions

Comparing version 0.0.27 to 0.1.0

1

dist/chat_models.d.ts

@@ -290,4 +290,5 @@ import { type ChatGoogleInput, ChatGoogle } from "@langchain/google-gauth";

export declare class ChatVertexAI extends ChatGoogle {
lc_namespace: string[];
static lc_name(): string;
constructor(fields?: ChatVertexAIInput);
}

@@ -293,3 +293,9 @@ import { ChatGoogle } from "@langchain/google-gauth";

});
Object.defineProperty(this, "lc_namespace", {
enumerable: true,
configurable: true,
writable: true,
value: ["langchain", "chat_models", "vertexai"]
});
}
}

@@ -12,4 +12,5 @@ import { type GoogleLLMInput, GoogleLLM } from "@langchain/google-gauth";

export declare class VertexAI extends GoogleLLM {
lc_namespace: string[];
static lc_name(): string;
constructor(fields?: VertexAIInput);
}

@@ -15,3 +15,9 @@ import { GoogleLLM } from "@langchain/google-gauth";

});
Object.defineProperty(this, "lc_namespace", {
enumerable: true,
configurable: true,
writable: true,
value: ["langchain", "llms", "vertexai"]
});
}
}

11

package.json
{
"name": "@langchain/google-vertexai",
"version": "0.0.27",
"version": "0.1.0",
"description": "LangChain.js support for Google Vertex AI",

@@ -35,8 +35,11 @@ "type": "module",

"dependencies": {
"@langchain/core": ">=0.2.21 <0.3.0",
"@langchain/google-gauth": "~0.0.27"
"@langchain/google-gauth": "~0.1.0"
},
"peerDependencies": {
"@langchain/core": ">=0.2.21 <0.4.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@langchain/google-common": "^0.0.27",
"@langchain/core": "workspace:*",
"@langchain/google-common": "^0.1.0",
"@langchain/scripts": ">=0.1.0 <0.2.0",

@@ -43,0 +46,0 @@ "@langchain/standard-tests": "0.0.0",

Sorry, the diff of this file is not supported yet

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