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
25
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.22 to 0.0.24

dist/embeddings.cjs

4

dist/auth.d.ts
/// <reference types="node" resolution-mode="require"/>
import { Readable } from "stream";
import { GoogleAbstractedClient, GoogleAbstractedClientOps, GoogleBaseLLMInput, JsonStream } from "@langchain/google-common";
import { GoogleAbstractedClient, GoogleAbstractedClientOps, GoogleConnectionParams, JsonStream } from "@langchain/google-common";
import { GoogleAuth, GoogleAuthOptions } from "google-auth-library";

@@ -10,3 +10,3 @@ export declare class NodeJsonStream extends JsonStream {

gauth: GoogleAuth;
constructor(fields?: GoogleBaseLLMInput<GoogleAuthOptions>);
constructor(fields?: GoogleConnectionParams<GoogleAuthOptions>);
get clientType(): string;

@@ -13,0 +13,0 @@ getProjectId(): Promise<string>;

export * from "./chat_models.js";
export * from "./llms.js";
export * from "./embeddings.js";
export * from "./chat_models.js";
export * from "./llms.js";
export * from "./embeddings.js";
{
"name": "@langchain/google-gauth",
"version": "0.0.22",
"version": "0.0.24",
"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.23",
"@langchain/google-common": "~0.0.24",
"google-auth-library": "^8.9.0"

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

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