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.20220601 to 1.0.20220602

2

gapi.client.firebasedatabase-tests.ts

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

// Revision: 20220601
// Revision: 20220602

@@ -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: 20220601
// Revision: 20220602

@@ -25,11 +25,11 @@ /// <reference types="gapi.client" />

interface DatabaseInstance {
/** Immutable. The globally unique hostname of the database. */
/** Output only. Output Only. The globally unique hostname of the database. */
databaseUrl?: string;
/** The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`. */
name?: string;
/** The resource name of the project this instance belongs to. For example: `projects/{project-number}`. */
/** Output only. The resource name of the project this instance belongs to. For example: `projects/{project-number}`. */
project?: string;
/** The database's lifecycle state. Read-only. */
/** Output only. The database's lifecycle state. Read-only. */
state?: string;
/** The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted. */
/** Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted. */
type?: string;

@@ -36,0 +36,0 @@ }

{
"name": "@maxim_mazurok/gapi.client.firebasedatabase",
"version": "1.0.20220601",
"version": "1.0.20220602",
"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