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

@databutton/firebase-types

Package Overview
Dependencies
Maintainers
0
Versions
1208
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

to
1.72.89

1

lib/types/published/enums.d.ts

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

PROFILES = "profiles",
PROJECT_ACCESS = "project-access",
PROJECT_APPBUTLERS = "project-appbutlers",

@@ -36,0 +37,0 @@ PROJECT_DEPLOYMENTS = "deployments",

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

CollectionName["PROFILES"] = "profiles";
CollectionName["PROJECT_ACCESS"] = "project-access";
CollectionName["PROJECT_APPBUTLERS"] = "project-appbutlers";

@@ -37,0 +38,0 @@ CollectionName["PROJECT_DEPLOYMENTS"] = "deployments";

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

}
export interface ProjectAccess {
updatedAt?: Timestamp;
active: boolean;
owner: string;
members: string[] | null;
devxAppbutlerId?: string | null;
prodxAppbutlerId?: string | null;
}
export type DnsRecord = {

@@ -879,0 +887,0 @@ name: string;

2

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

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