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.88

1

lib/types/published/enums.d.ts

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

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

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

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

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

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

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

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

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

2

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

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