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

@maxim_mazurok/gapi.client.firebasehosting-v1

Package Overview
Dependencies
Maintainers
1
Versions
409
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
0.0.20250127

10

index.d.ts

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

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

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

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

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

version: 'v1',
callback: () => any
callback: () => any,
): void;

@@ -187,3 +187,3 @@

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

@@ -308,3 +308,3 @@ /** 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`. */

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

@@ -311,0 +311,0 @@ /** DeleteOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources. */

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

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

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

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

@@ -69,3 +69,3 @@ ```

}
}
},
);

@@ -72,0 +72,0 @@ ```