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

@maxim_mazurok/gapi.client.firebasehosting-v1beta1

Package Overview
Dependencies
Maintainers
1
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.20230201 to 0.0.20230205

2

package.json
{
"name": "@maxim_mazurok/gapi.client.firebasehosting-v1beta1",
"version": "0.0.20230201",
"version": "0.0.20230205",
"description": "TypeScript typings for Firebase Hosting API v1beta1",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.firebasehosting-v1beta1 definition tests */

// Revision: 20230201
// Revision: 20230205

@@ -365,2 +365,9 @@ gapi.load('client', async () => {

/**
* Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for
* the specified site.
*/
await gapi.client.firebasehosting.projects.sites.channels.releases.get({
name: "Test string",
});
/**
* Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and

@@ -536,2 +543,9 @@ * any active preview channels for the specified site.

/**
* Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for
* the specified site.
*/
await gapi.client.firebasehosting.projects.sites.releases.get({
name: "Test string",
});
/**
* Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and

@@ -634,2 +648,9 @@ * any active preview channels for the specified site.

});
/**
* Get the specified version that has been created for the specified site. This can include versions that were created for the default `live` channel or for any active preview channels for
* the specified site.
*/
await gapi.client.firebasehosting.projects.sites.versions.get({
name: "Test string",
});
/** Lists the versions that have been created for the specified site. This list includes versions for both the default `live` channel and any active preview channels for the specified site. */

@@ -1009,2 +1030,9 @@ await gapi.client.firebasehosting.projects.sites.versions.list({

/**
* Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for
* the specified site.
*/
await gapi.client.firebasehosting.sites.channels.releases.get({
name: "Test string",
});
/**
* Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and

@@ -1180,2 +1208,9 @@ * any active preview channels for the specified site.

/**
* Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for
* the specified site.
*/
await gapi.client.firebasehosting.sites.releases.get({
name: "Test string",
});
/**
* Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and

@@ -1278,2 +1313,9 @@ * any active preview channels for the specified site.

});
/**
* Get the specified version that has been created for the specified site. This can include versions that were created for the default `live` channel or for any active preview channels for
* the specified site.
*/
await gapi.client.firebasehosting.sites.versions.get({
name: "Test string",
});
/** Lists the versions that have been created for the specified site. This list includes versions for both the default `live` channel and any active preview channels for the specified site. */

@@ -1280,0 +1322,0 @@ await gapi.client.firebasehosting.sites.versions.list({

Sorry, the diff of this file is too big to display

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