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

@maxim_mazurok/gapi.client.firebaserules

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.20211206 to 1.0.20220104

2

gapi.client.firebaserules-tests.ts

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

// Revision: 20211206
// Revision: 20220104

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

@@ -13,3 +13,3 @@ /* Type definitions for non-npm package Firebase Rules API v1 1.0 */

// Generated from: https://firebaserules.googleapis.com/$discovery/rest?version=v1
// Revision: 20211206
// Revision: 20220104

@@ -42,7 +42,7 @@ /// <reference types="gapi.client" />

interface File {
/** Textual Content. */
/** Required. Textual Content. */
content?: string;
/** Fingerprint (e.g. github sha) associated with the `File`. */
fingerprint?: string;
/** File name. */
/** Required. File name. */
name?: string;

@@ -125,7 +125,7 @@ }

name?: string;
/** `Source` for the `Ruleset`. */
/** Required. `Source` for the `Ruleset`. */
source?: Source;
}
interface Source {
/** `File` set constituting the `Source` bundle. */
/** Required. `File` set constituting the `Source` bundle. */
files?: File[];

@@ -132,0 +132,0 @@ }

{
"name": "@maxim_mazurok/gapi.client.firebaserules",
"version": "1.0.20211206",
"version": "1.0.20220104",
"description": "TypeScript typings for Firebase Rules API v1",

@@ -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