Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@databutton/firebase-types

Package Overview
Dependencies
Maintainers
0
Versions
1092
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@databutton/firebase-types - npm Package Compare versions

Comparing version 1.72.10 to 1.72.11

1

lib/types/published/enums.d.ts

@@ -75,2 +75,3 @@ export declare enum CollectionName {

COMMIT = "cm",
COMMIT_REQUEST = "cmr",
FRONTEND = "fe",

@@ -77,0 +78,0 @@ JOB = "jb",

@@ -77,2 +77,3 @@ export var CollectionName;

DatabuttonIdPrefix["COMMIT"] = "cm";
DatabuttonIdPrefix["COMMIT_REQUEST"] = "cmr";
DatabuttonIdPrefix["FRONTEND"] = "fe";

@@ -79,0 +80,0 @@ DatabuttonIdPrefix["JOB"] = "jb";

@@ -842,2 +842,3 @@ import type { Timestamp } from "firebase/firestore";

deployLastDeploymentSuccess?: boolean;
commitCounter?: number;
currentBuildId?: string | null;

@@ -1539,2 +1540,3 @@ currentBuildCommitId?: string | null;

versionRefs: string[];
commitRequestId?: string;
}

@@ -1541,0 +1543,0 @@ export interface Branch {

2

package.json
{
"name": "@databutton/firebase-types",
"version": "1.72.10",
"version": "1.72.11",
"main": "lib/types/published/index.js",

@@ -5,0 +5,0 @@ "type": "module",

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