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
158
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.20241218 to 0.0.20241231

16

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: 20241218
// Revision: 20241231

@@ -392,2 +392,8 @@ /// <reference types="gapi.client" />

}
interface GoogleCloudAiplatformV1beta1RetrievalConfig {
/** The language code of the user. */
languageCode?: string;
/** The location of the user. */
latLng?: LatLng;
}
interface GoogleCloudAiplatformV1beta1RetrievalMetadata {

@@ -501,2 +507,4 @@ /** Optional. Score indicating how likely information from Google Search could help answer the prompt. The score is in the range `[0, 1]`, where 0 is the least likely and 1 is the most likely. This score is only populated when Google Search grounding and dynamic retrieval is enabled. It will be compared to the threshold to determine whether to trigger Google Search. */

functionCallingConfig?: GoogleCloudAiplatformV1beta1FunctionCallingConfig;
/** Optional. Retrieval config. */
retrievalConfig?: GoogleCloudAiplatformV1beta1RetrievalConfig;
}

@@ -536,2 +544,8 @@ interface GoogleCloudAiplatformV1beta1ToolGoogleSearch {}

}
interface LatLng {
/** The latitude in degrees. It must be in the range [-90.0, +90.0]. */
latitude?: number;
/** The longitude in degrees. It must be in the range [-180.0, +180.0]. */
longitude?: number;
}
interface ModelOperationMetadata {

@@ -538,0 +552,0 @@ basicOperationStatus?: string;

2

package.json
{
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta",
"version": "0.0.20241218",
"version": "0.0.20241231",
"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