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

@maxim_mazurok/gapi.client.firebaseml-v1

Package Overview
Dependencies
Maintainers
1
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
0.0.20250127

6

index.d.ts

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

// Generated from: https://firebaseml.googleapis.com/$discovery/rest?version=v1
// Revision: 20250126
// Revision: 20250127

@@ -20,3 +20,3 @@ /// <reference types="gapi.client" />

function load(
urlOrObject: 'https://firebaseml.googleapis.com/$discovery/rest?version=v1'
urlOrObject: 'https://firebaseml.googleapis.com/$discovery/rest?version=v1',
): Promise<void>;

@@ -119,3 +119,3 @@ /** @deprecated Please load APIs with discovery documents. */

},
body: CancelOperationRequest
body: CancelOperationRequest,
): Request<{}>;

@@ -122,0 +122,0 @@ /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */

{
"name": "@maxim_mazurok/gapi.client.firebaseml-v1",
"version": "0.0.20250126",
"version": "0.0.20250127",
"description": "TypeScript typings for Firebase ML API v1",

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

@@ -33,3 +33,3 @@ # TypeScript typings for Firebase ML API v1

// gapi.client.firebaseml
}
},
);

@@ -66,3 +66,3 @@ ```

}
}
},
);

@@ -69,0 +69,0 @@ ```