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

@langchain/google-gauth

Package Overview
Dependencies
Maintainers
10
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/google-gauth - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

2

dist/chat_models.d.ts

@@ -9,3 +9,3 @@ import { ChatGoogleBase, ChatGoogleBaseInput, GoogleAbstractedClient, GoogleBaseLLMInput } from "@langchain/google-common";

/**
* Integration with a chat model.
* Integration with a Google chat model.
*/

@@ -12,0 +12,0 @@ export declare class ChatGoogle extends ChatGoogleBase<GoogleAuthOptions> implements ChatGoogleInput {

import { ChatGoogleBase, } from "@langchain/google-common";
import { GAuthClient } from "./auth.js";
/**
* Integration with a chat model.
* Integration with a Google chat model.
*/

@@ -6,0 +6,0 @@ export class ChatGoogle extends ChatGoogleBase {

@@ -9,3 +9,3 @@ import { GoogleAbstractedClient, GoogleConnectionParams, BaseGoogleEmbeddings, BaseGoogleEmbeddingsParams } from "@langchain/google-common";

/**
* Integration with an LLM.
* Integration with an Google embeddings model.
*/

@@ -12,0 +12,0 @@ export declare class GoogleEmbeddings extends BaseGoogleEmbeddings<GoogleAuthOptions> implements GoogleEmbeddingsInput {

import { BaseGoogleEmbeddings, } from "@langchain/google-common";
import { GAuthClient } from "./auth.js";
/**
* Integration with an LLM.
* Integration with an Google embeddings model.
*/

@@ -6,0 +6,0 @@ export class GoogleEmbeddings extends BaseGoogleEmbeddings {

@@ -9,3 +9,3 @@ import { GoogleAbstractedClient, GoogleBaseLLM, GoogleBaseLLMInput } from "@langchain/google-common";

/**
* Integration with an LLM.
* Integration with a Google LLM.
*/

@@ -12,0 +12,0 @@ export declare class GoogleLLM extends GoogleBaseLLM<GoogleAuthOptions> implements GoogleLLMInput {

import { GoogleBaseLLM, } from "@langchain/google-common";
import { GAuthClient } from "./auth.js";
/**
* Integration with an LLM.
* Integration with a Google LLM.
*/

@@ -6,0 +6,0 @@ export class GoogleLLM extends GoogleBaseLLM {

{
"name": "@langchain/google-gauth",
"version": "0.0.24",
"version": "0.0.25",
"description": "Google auth based authentication support for Google services",

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

"@langchain/core": ">=0.2.21 <0.3.0",
"@langchain/google-common": "~0.0.24",
"@langchain/google-common": "~0.0.25",
"google-auth-library": "^8.9.0"

@@ -42,0 +42,0 @@ },

Sorry, the diff of this file is not supported yet

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