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
1101
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.71.52 to 1.71.53

lib/types/published/helpers.d.ts

1

lib/types/published/enums.d.ts
export declare enum CollectionName {
ADMIN_CONFIG = "admin-config",
AUDIT_LOGS = "audit-logs",
APPBUTLERS = "appbutlers",

@@ -4,0 +5,0 @@ APP_CONFIG_SNAPSHOTS = "app-config-snapshots",

export var CollectionName;
(function (CollectionName) {
CollectionName["ADMIN_CONFIG"] = "admin-config";
CollectionName["AUDIT_LOGS"] = "audit-logs";
CollectionName["APPBUTLERS"] = "appbutlers";

@@ -5,0 +6,0 @@ CollectionName["APP_CONFIG_SNAPSHOTS"] = "app-config-snapshots";

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

}
export interface AuditLog<T = JsonObject> {
createdBy: PerformedBy;
event: string;
comment: string;
metadata: T;
}
export interface PerformedBySystem extends PerformerBase {

@@ -17,0 +23,0 @@ type: "system";

2

package.json
{
"name": "@databutton/firebase-types",
"version": "1.71.52",
"version": "1.71.53",
"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