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
1207
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.73.19

7

lib/types/published/persisted.d.ts

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

strictMode?: boolean | null;
status?: AgentStatus;
}
export type AgentStatus = {
available: true;
} | {
available: false;
reason: "insufficient-funds" | "other";
};
export interface AgentPersonality {

@@ -817,0 +824,0 @@ toneOfVoice?: {

2

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

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