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

@maxim_mazurok/gapi.client.firebasedatabase

Package Overview
Dependencies
Maintainers
1
Versions
283
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.firebasedatabase - npm Package Compare versions

Comparing version 1.0.20220613 to 1.0.20220615

2

gapi.client.firebasedatabase-tests.ts

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

// Revision: 20220613
// Revision: 20220615

@@ -9,0 +9,0 @@ gapi.load('client', () => {

@@ -13,3 +13,3 @@ /* Type definitions for non-npm package Firebase Realtime Database Management API v1beta 1.0 */

// Generated from: https://firebasedatabase.googleapis.com/$discovery/rest?version=v1beta
// Revision: 20220613
// Revision: 20220615

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

/**
* Marks a DatabaseInstance to be deleted. The DatabaseInstance will be purged within 30 days. The default database cannot be deleted. IDs for deleted database instances may never be
* recovered or re-used. The Database may only be deleted if it is already in a DISABLED state.
* Marks a DatabaseInstance to be deleted. The DatabaseInstance will be set to the DELETED state for 20 days, and will be purged within 30 days. The default database cannot be deleted.
* IDs for deleted database instances may never be recovered or re-used. The Database may only be deleted if it is already in a DISABLED state.
*/

@@ -344,4 +344,5 @@ delete(request?: {

/**
* Restores a DatabaseInstance that was previously marked to be deleted. This may only be used on a DatabaseInstance in the DELETED state. Purged DatabaseInstance's may not be
* recovered.
* Restores a DatabaseInstance that was previously marked to be deleted. After the delete method is used, DatabaseInstances are set to the DELETED state for 20 days, and will be purged
* within 30 days. Databases in the DELETED state can be undeleted without losing any data. This method may only be used on a DatabaseInstance in the DELETED state. Purged
* DatabaseInstances may not be recovered.
*/

@@ -348,0 +349,0 @@ undelete(request: {

{
"name": "@maxim_mazurok/gapi.client.firebasedatabase",
"version": "1.0.20220613",
"version": "1.0.20220615",
"description": "TypeScript typings for Firebase Realtime Database Management API v1beta",

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

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