New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@maxim_mazurok/gapi.client.firebaseml-v2beta

Package Overview
Dependencies
Maintainers
0
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.firebaseml-v2beta - npm Package Compare versions

Comparing version 0.0.20250119 to 0.0.20250120

8

index.d.ts

@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Firebase ML API v2beta 0.0 */

// Generated from: https://firebaseml.googleapis.com/$discovery/rest?version=v2beta
// Revision: 20250119
// Revision: 20250120

@@ -249,2 +249,4 @@ /// <reference types="gapi.client" />

temperature?: number;
/** Optional. Config for thinking features. An error will be returned if this field is set for models that don't support thinking. */
thinkingConfig?: GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig;
/** Optional. If specified, top-k sampling will be used. */

@@ -269,2 +271,6 @@ topK?: number;

}
interface GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig {
/** Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available. */
includeThoughts?: boolean;
}
interface GoogleCloudAiplatformV1beta1GoogleSearchRetrieval {

@@ -271,0 +277,0 @@ /** Specifies the dynamic retrieval configuration for the given source. */

2

package.json
{
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta",
"version": "0.0.20250119",
"version": "0.0.20250120",
"description": "TypeScript typings for Firebase ML API v2beta",

@@ -5,0 +5,0 @@ "repository": {

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